@charset "UTF-8";
/************************************
*@2018 02 28
*************************************/
/*
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 14px/1 Microsoft yahei,Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 30px;font-weight: normal;line-height: 30px}
h3 { font-size: 30px; }
h4, h5, h6 { font-size: 24px; }

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; }
/*a:hover { text-decoration: underline; }*/

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    /* border-spacing: 0; */
}
/* 重置 hr */
hr {
    border: none;
    height: 1px;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }
/*浮动*/
.fl {
    float: left;
}
.fr {
    float: right;
}
/*清除浮动*/
.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0
}
.clearfix{
    zoom:1
}
#LRdiv0 {
	display: none !important;
}
.yq-cf {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -107px;
	z-index: 99;
	display: none !important;
}

.tipso_bubble,.tipso_bubble>.tipso_arrow{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tipso_bubble{position:absolute;text-align:center;border-radius:6px;z-index:9999;padding:10px}.tipso_style{cursor:help;border-bottom:1px dotted}.tipso_bubble>.tipso_arrow{position:absolute;width:0;height:0;border:8px solid;pointer-events:none}.tipso_bubble.top>.tipso_arrow{border-color:#000 transparent transparent;top:100%;left:50%;margin-left:-8px}.tipso_bubble.bottom>.tipso_arrow{border-color:transparent transparent #000;bottom:100%;left:50%;margin-left:-8px}.tipso_bubble.left>.tipso_arrow{border-color:transparent transparent transparent #000;top:50%;left:100%;margin-top:-8px}.tipso_bubble.right>.tipso_arrow{border-color:transparent #000 transparent transparent;top:50%;right:100%;margin-top:-8px}

.touch-kf {
  cursor: pointer; }

.fs28 {
  font-size: 28px !important;
  line-height: 38px; }

.fs22 {
  font-size: 22px !important;
  line-height: 38px; }

.fs13 {
  font-size: 13px !important; }

.mr {
  margin-right: 100px; }

.ml {
  margin-left: 100px; }

.mt0 {
  margin-top: 0 !important; }

.mb15 {
  margin-bottom: 10px !important; }

.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 40px; }

.mt40 {
  margin-top: 40px; }

.mb0 {
  margin-bottom: 0 !important; }

.mb40 {
  margin-bottom: 40px !important; }

.borderL-no {
  border-left: 0 !important; }

.borderB-no {
  border-bottom: 0 !important; }

.lh42 {
  line-height: 42px !important; }

/*动画*/
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0.5; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1.0; } }
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0.5; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1.0; } }
@-moz-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0.5; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1.0; } }
.wrap {
  width: 1134px;
  margin: 0 auto; }

/*header*/
.header {
  height: 100px; }
  .header .logo .img {
  	/*margin-top: 32px;*/
    margin-top: 20px; 
   }
  .header .logo .tit {
    margin-top: 34px;
    margin-left: 16px; }
    .header .logo .tit .hotline {
      color: #ff0000;
      font-size: 20px;
      font-weight: bold;
      line-height: 20px; 
      margin-top: 4px;}
  .header .nav {
    line-height: 100px;
    overflow: hidden; }
    .header .nav a {
      position: relative;
      float: left;
      font-size: 18px;
      padding: 0 20px;
      color: #000;
      z-index: 2; }
      .header .nav a span {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 100%;
        background: #fe7d02;
        -webkit-transition: top 200ms;
        transition: top 200ms;
        z-index: -1; }
      .header .nav a.active {
        color: #fff !important; }
        .header .nav a.active span {
          top: 0; }

/*banner*/
.banner-slide {
  height: 398px;
  overflow: hidden;
  position: relative; }
  .banner-slide .slide-controller {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -22px;
    z-index: 9; }
    .banner-slide .slide-controller li {
      float: left;
      width: 16px;
      height: 16px;
      line-height: 20px;
      font-size: 12px;
      text-align: center;
      background: #e2e2e2;
      border-radius: 50%;
      margin: 0 3px;
      cursor: pointer; }
      .banner-slide .slide-controller li.on {
        background: #fe7d02; }

.banner {
  width: 100%;
  height: 398px;
  margin: 0 auto;
  cursor: pointer; }

.banner1 {
  background: url(../img20180227/banner/banner1.png) no-repeat center top; }

.banner2 {
  background: url(../img20180227/banner/banner2.png) no-repeat center top; }

.banner3 {
  background: url(../img20180227/banner/banner3.png) no-repeat center top; }

.banner4 {
  background: url(../img20180227/banner/banner4.png) no-repeat center top; }

.banner5 {
  background: url(../img20180227/banner/banner5.png) no-repeat center top; }

.banner6 {
  background: url(../img20180227/banner/banner6.png) no-repeat center top; }

/*index-content*/
.content {
  background: url(../img20180227/bg-111.png) repeat-y top center;
  background-attachment: fixed;
  padding-bottom: 100px;
  /*what-content*/
  /*zjia*/ }
  .content h2 {
    margin-bottom: 32px; }
  .content .move {
    text-align: center;
    color: #003333;
    padding-top: 60px; }
    .content .move .top {
      line-height: 30px;
      margin-bottom: 50px; }
    .content .move .move-items {
      height: 217px;
      text-align: center;
      background: #fff url(../img20180227/tx.png) no-repeat center top;
      box-shadow: 0px 0px 20px 0px rgba(129, 129, 129, 0.1); }
      .content .move .move-items .move-item {
        position: relative;
        width: 20%;
        height: 100%;
        float: left;
        cursor: pointer;
        -moz-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
        -webkit-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
        box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2); }
        .content .move .move-items .move-item span.img {
          display: block;
          margin-top: 70px;
          height: 100px;
          width: 100%;
          text-align: center; }
        .content .move .move-items .move-item .tit {
          font-size: 16px; }
        .content .move .move-items .move-item .other {
          display: none;
          width: 226px;
          height: 215px;
          position: absolute;
          top: 50%;
          margin-top: -110px;
          left: -1px;
          border: 2px solid #fe7d02;
          background: #fff;
          z-index: 3;
          text-align: center;
          animation: flipInX 0.7s ease both;
          -webkit-animation: flipInX 0.7s ease both;
          -moz-animation: flipInX 0.7s ease both; }
          .content .move .move-items .move-item .other p {
            padding: 55px 16px 0;
            line-height: 20px;
            text-align: left;
            color: #000;
            height: 115px; }
          .content .move .move-items .move-item .other a {
            color: #fe7d02; }
      .content .move .move-items .move-item:hover .other {
        display: block; }
  .content .speed {
    text-align: center;
    color: #003333;
    padding-top: 60px; }
    .content .speed .table-wrap {
      padding: 30px;
      -moz-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
      -webkit-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
      box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
      background: #fff; }
      .content .speed .table-wrap.num-new {
        margin-bottom: 35px; }
      .content .speed .table-wrap .left {
        position: relative;
        height: 100%;
        color: #fe7d02; }
        .content .speed .table-wrap .left h3 {
          margin-bottom: 50px;
          text-align: left; }
        .content .speed .table-wrap .left p {
          margin-bottom: 30px;
          text-align: left;
          font-size: 18px; }
        .content .speed .table-wrap .left .btn {
          text-align: left; }
          .content .speed .table-wrap .left .btn a {
            display: inline-block;
            font-size: 16px;
            padding: 16px 30px;
            color: #fe7d02;
            border: 1px solid #fe7d02;
            -moz-border-radius: 28px;
            -webkit-border-radius: 28px;
            border-radius: 28px; }
            .content .speed .table-wrap .left .btn a:hover {
              background-color: #fe7d02;
              color: #fff;
              -webkit-transition: all .3s;
              -moz-transition: all .3s;
              -ms-transition: all .3s;
              -o-transition: all .3s;
              transition: all .3s; }
        .content .speed .table-wrap .left .zj {
          position: absolute;
          color: #ff1902;
          font-weight: bold;
          top: 165px;
          left: 0; }
          .content .speed .table-wrap .left .zj p {
            font-size: 17px;
            margin-bottom: 18px; }
          .content .speed .table-wrap .left .zj .time {
            font-size: 35px; }
        .content .speed .table-wrap .left img {
          margin-top: 100px; }
      .content .speed .table-wrap .right table {
        border: 1px solid #efefef;
        cursor: pointer; }
        .content .speed .table-wrap .right table td {
          position: relative;
          width: 218px;
          height: 116px;
          border: 1px solid #efefef; }
          .content .speed .table-wrap .right table td:hover .sub {
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            visibility: visible;
            opacity: 1; }
        .content .speed .table-wrap .right table .num {
          position: relative;
          font-size: 26px;
          line-height: 26px; }
          .content .speed .table-wrap .right table .num span {
            display: inline-block; }
            .content .speed .table-wrap .right table .num span.red {
              color: #fe7d02; }
          .content .speed .table-wrap .right table .num ._5tip {
            background: url(../img20180227/img2.png) no-repeat;
            margin-left: 20px;
            margin-top: 4px;
            height: 19px;
            line-height: 19px;
            width: 98px;
            font-size: 14px;
            color: #fff;
            background-position: 0 -356px; }
        .content .speed .table-wrap .right table .sub {
          visibility: hidden;
          opacity: 0;
          position: absolute;
          top: 0;
          left: -1px;
          width: 100%;
          height: 154px;
          z-index: 3;
          font-size: 14px;
          border: 1px solid #fe7d02;
          box-shadow: 0px 0px 8px 0px rgba(86, 42, 0, 0.45); }
          .content .speed .table-wrap .right table .sub .btn-wrap {
            margin-top: 107px; }
            .content .speed .table-wrap .right table .sub .btn-wrap div {
              width: 50%;
              line-height: 47px; }
              .content .speed .table-wrap .right table .sub .btn-wrap div.btn1 {
                color: #fff;
                background: #fe7d02; }
              .content .speed .table-wrap .right table .sub .btn-wrap div.btn2 {
                background: #fffbed; }
    .content .speed .table-wrap1 {
      background: #fff url(../img20180227/zhuang.png) left 200px no-repeat; }
  .content .three {
    text-align: center;
    color: #003333;
    padding-top: 60px; }
    .content .three .dbr {
      position: absolute;
      width: 71px;
      height: 16px;
      background: url(../img20180227/dbr.png); }
    .content .three .dbr1 {
      left: 340px;
      top: 128px; }
    .content .three .dbr2 {
      left: 720px;
      top: 128px; }
    .content .three .table-wrap {
      position: relative;
      background: #fff;
      -moz-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
      -webkit-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
      box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
      height: 374px; }
      .content .three .table-wrap .bz {
        position: relative;
        float: left;
        width: 378px;
        height: 250px;
        margin-top: 40px; }
      .bz11,.bz22,.bz33 {
        margin: 0 auto;
        width: 189px;
        height: 189px;
        background: url(../img20180227/img2.png) no-repeat;
      }
      .bz11 {
        background-position: 0 -753px !important;
      }
      .bz22 {
        background-position: 0 -380px !important;
      }
      .bz33 {
        background-position: 0 -570px !important;
      }
        .content .three .table-wrap .bz .lc-item {
          width: 300px;
          height: 90%;
          position: absolute;
          left: 40px;
          top: 0;
          overflow: hidden; }
          .content .three .table-wrap .bz .lc-item .lc {
            width: 300px;
            height: 100%;
            position: absolute;
            background: #fff;
            color: #fff;
            top: 240px;
            opacity: 0;
            filter: alpha(opacity=0);
            cursor: pointer;
            box-shadow: 0 0 20px #b7b7b7; }
            .content .three .table-wrap .bz .lc-item .lc .lc-bg {
              width: 100%;
              height: 100%;
              position: absolute;
              background: #fe7d02;
              opacity: .8;
              filter: alpha(opacity=80);
              left: 0;
              top: 0; }
            .content .three .table-wrap .bz .lc-item .lc .ct {
              position: absolute;
              font-size: 14px;
              line-height: 20px;
              text-align: left;
              margin: 88px 30px 0;
              cursor: pointer; }
        .content .three .table-wrap .bz p {
          font-size: 16px;
          margin-top: 10px; }
      .content .three .table-wrap .btn {
        width: 225px;
        height: 50px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 50px;
        color: #fff;
        border: 1px solid #fe7d02;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        background-color: #fe7d02;
        cursor: pointer; }
  .content .hot-q {
    text-align: center;
    color: #003333;
    padding-top: 60px; }
    .content .hot-q .quan {
      float: left;
      height: 206px;
      width: 364px;
      background: url(../img20180227/img2.png) no-repeat; }
      .content .hot-q .quan.q1 {
        background-position: 0 -2023px; }
      .content .hot-q .quan.q2 {
        background-position: 0 -1817px; }
      .content .hot-q .quan.q3 {
        background-position: 0 -1611px; }
      .content .hot-q .quan .tit {
        width: 160px;
        height: 46px;
        margin-top: 20px;
        margin-left: 20px;
        font-size: 18px;
        line-height: 46px;
        border: 1px solid #fff;
        color: #fff;
        letter-spacing: 2px; }
      .content .hot-q .quan ._3 {
        margin-top: 15px;
        margin-left: 20px;
        text-align: left; }
        .content .hot-q .quan ._3 .s1 {
          color: #ffef00;
          font-size: 20px;
          font-weight: bold; }
        .content .hot-q .quan ._3 .s2 {
          color: #fff; }
        .content .hot-q .quan ._3 .s3 {
          color: #ffef00; }
      .content .hot-q .quan .ljxq {
        display: block;
        margin-top: 12px;
        margin-left: 20px;
        text-align: left;
        color: #fff; }
      .content .hot-q .quan .feel-btn {
        height: 50px;
        line-height: 50px;
        margin-top: 30px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer; }
  .content .xzn2, .content .xrn2, .content .gxcj {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .content .jzn {
    margin-top: 30px;
    margin-bottom: 100px;
    text-align: left;
    background: #fff;
    color: #333;
    padding-bottom: 40px;
    -moz-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
    box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2); }
    .content .jzn .left {
      padding-top: 40px;
      padding-left: 40px; }
    .content .jzn h4 {
      font-weight: normal;
      margin-bottom: 20px; }
      .content .jzn h4 img {
        margin-right: 20px;
        vertical-align: middle; }
    .content .jzn p.txt {
      line-height: 28px;
      margin-bottom: 28px; }
    .content .jzn .mdoc {
      margin: 25px 0; }
    .content .jzn p.lh {
      font-size: 24px;
      color: #fe7d02;
      margin-bottom: 15px; }
    .content .jzn p.cp-tit {
      font-size: 14px;
      font-weight: bold; }
    .content .jzn p.cp-ms {
      height: 26px;
      margin-bottom: 22px;
      font-size: 16px;
      line-height: 26px;
      color: #fe7d02; }
      .content .jzn p.cp-ms .sanw {
        display: inline-block;
        width: 22px;
        height: 26px;
        font-size: 24px;
        color: #fff;
        text-align: center;
        line-height: 26px;
        background: #fe7d02;
        border-radius: 2px; }
      .content .jzn p.cp-ms .dd {
        display: inline-block;
        font-size: 24px; }
    .content .jzn .w-btn {
      width: 192px;
      height: 50px;
      color: #fff;
      font-size: 16px;
      background: #fd962a;
      -moz-border-radius: 26px;
      -webkit-border-radius: 26px;
      border-radius: 26px;
      text-align: center;
      cursor: pointer;
      line-height: 50px; }
    .content .jzn .right {
      position: relative; }
      .content .jzn .right .tui {
        position: absolute;
        top: 15px;
        right: -25px;
        width: 400px;
        height: 555px;
        background: url("../img20180227/jx.png") no-repeat; }
        .content .jzn .right .tui .log {
          position: absolute;
          top: -5px;
          right: 30px;
          background: url(../img20180227/img2.png) no-repeat;
          height: 60px;
          width: 94px;
          line-height: 50px;
          color: #fff;
          text-align: center;
          background-position: 0 -136px;
          text-shadow: 1px 1px 0px rgba(0, 75, 123, 0.4); }
        .content .jzn .right .tui .sucess {
          margin-top: 30px;
          margin-left: 20px; }
        .content .jzn .right .tui table {
          margin-top: 15px;
          margin-left: 25px;
          background: #fff;
          font-size: 20px;
          cursor: pointer; }
          .content .jzn .right .tui table td {
            position: relative;
            width: 174px;
            height: 88px;
            text-align: center;
            border: 1px solid #efefef; }
            .content .jzn .right .tui table td .red {
              color: #ff6600; }
            .content .jzn .right .tui table td .bj {
              visibility: hidden;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: auto;
              line-height: 88px;
              color: #fff;
              background: #fe7d02;
              opacity: 0; }
            .content .jzn .right .tui table td:hover .bj {
              visibility: visible;
              opacity: 1;
              background-color: #fe7d02;
              color: #fff;
              -webkit-transition: all .3s;
              -moz-transition: all .3s;
              -ms-transition: all .3s;
              -o-transition: all .3s;
              transition: all .3s; }
        .content .jzn .right .tui .btn {
          line-height: 54px;
          font-size: 16px;
          margin: 20px auto 0;
          border-radius: 27px;
          text-align: center;
          border: 1px solid #fff;
          box-shadow: 0px 0px 8px 0px rgba(90, 90, 90, 0.1);
          cursor: pointer;
          width: 348px;
          height: 54px;
          color: #fff;
          font-size: 16px;
          background: #fe7d02;
          -moz-border-radius: 27px;
          -webkit-border-radius: 27px;
          border-radius: 27px;
          text-align: center;
          cursor: pointer;
          line-height: 54px; }
          .content .jzn .right .tui .btn:hover {
            border: 1px solid #fff;
            background: #fff;
            color: #fe7d02; }
  .content .xzn {
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: left;
    background: #fff;
    color: #333;
    padding-bottom: 40px;
    -moz-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
    box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2); }
    .content .xzn .left {
      padding-top: 40px;
      padding-left: 40px; }
    .content .xzn h4 {
      font-weight: normal;
      margin-bottom: 20px; }
      .content .xzn h4 img {
        margin-right: 20px;
        vertical-align: middle; }
    .content .xzn p.txt {
      line-height: 28px;
      margin-bottom: 28px; }
    .content .xzn .mdoc {
      margin: 25px 0; }
    .content .xzn p.lh {
      font-size: 24px;
      color: #fe7d02;
      margin-bottom: 15px; }
    .content .xzn p.cp-tit {
      font-size: 14px;
      font-weight: bold; }
    .content .xzn p.cp-ms {
      height: 26px;
      margin-bottom: 22px;
      font-size: 16px;
      line-height: 26px;
      color: #fe7d02; }
      .content .xzn p.cp-ms .sanw {
        display: inline-block;
        width: 22px;
        height: 26px;
        font-size: 24px;
        color: #fff;
        text-align: center;
        line-height: 26px;
        background: #fe7d02;
        border-radius: 2px; }
      .content .xzn p.cp-ms .dd {
        display: inline-block;
        font-size: 24px; }
    .content .xzn .w-btn {
      width: 192px;
      height: 50px;
      color: #fff;
      font-size: 16px;
      background: #fd962a;
      -moz-border-radius: 26px;
      -webkit-border-radius: 26px;
      border-radius: 26px;
      text-align: center;
      cursor: pointer;
      line-height: 50px; }
    .content .xzn .ws .w-btn {
      margin-top: -11px;
      margin-left: 15px; }
    .content .xzn .right {
      position: relative; }
      .content .xzn .right .tui {
        position: absolute;
        top: 15px;
        right: -25px;
        width: 400px;
        height: 675px;
        background: url("../img20180227/jx2.png") no-repeat; }
        .content .xzn .right .tui .sucess {
          margin-top: 30px;
          margin-left: 20px; }
        .content .xzn .right .tui table {
          margin-top: 15px;
          margin-left: 25px;
          background: #fff;
          font-size: 20px;
          cursor: pointer; }
          .content .xzn .right .tui table td {
            position: relative;
            width: 174px;
            height: 144px;
            text-align: center;
            border: 1px solid #efefef; }
            .content .xzn .right .tui table td .img {
              height: 53px; }
            .content .xzn .right .tui table td .num {
              margin-bottom: 15px; }
            .content .xzn .right .tui table td .btn {
              font-size: 14px;
              color: #fd9a27; }
        .content .xzn .right .tui .add {
          cursor: pointer;
          width: 349px;
          height: 244px;
          margin: 18px auto;
          background: url("../img20180227/tu5.png") no-repeat; }
      .content .xzn .right .tui2 {
        background: none;
        margin-right: 30px; }
        .content .xzn .right .tui2 .sucess {
          margin-top: 0; }
        .content .xzn .right .tui2 td {
          height: 130px !important; }
  .content .xrn {
    margin-top: 30px;
    margin-bottom: 60px;
    padding-top: 40px;
    padding-left: 40px;
    text-align: left;
    background: #fff;
    color: #333;
    padding-bottom: 40px;
    -moz-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
    box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2); }
    .content .xrn .left {
      padding-top: 40px;
      padding-left: 40px; }
    .content .xrn h4 {
      font-weight: normal;
      margin-bottom: 20px; }
      .content .xrn h4 img {
        margin-right: 20px;
        vertical-align: middle; }
    .content .xrn p.txt {
      line-height: 28px;
      margin-bottom: 28px; }
    .content .xrn p.lh {
      font-size: 24px;
      color: #fe7d02;
      margin-bottom: 15px; }
    .content .xrn p.cp-tit {
      font-size: 14px;
      font-weight: bold; }
    .content .xrn p.cp-ms {
      height: 26px;
      margin-bottom: 22px;
      font-size: 16px;
      line-height: 26px;
      color: #fe7d02; }
      .content .xrn p.cp-ms .sanw {
        display: inline-block;
        width: 22px;
        height: 26px;
        font-size: 24px;
        color: #fff;
        text-align: center;
        line-height: 26px;
        background: #fe7d02;
        border-radius: 2px; }
      .content .xrn p.cp-ms .dd {
        display: inline-block;
        font-size: 24px; }
    .content .xrn .w-btn {
      width: 192px;
      height: 50px;
      color: #fff;
      font-size: 16px;
      background: #fd962a;
      -moz-border-radius: 26px;
      -webkit-border-radius: 26px;
      border-radius: 26px;
      text-align: center;
      cursor: pointer;
      line-height: 50px; }
    .content .xrn .ws .w-btn {
      margin-top: -11px;
      margin-left: 15px; }
    .content .xrn .face {
      margin-top: 30px;
      font-size: 20px;
      line-height: 20px; }
      .content .xrn .face span {
        float: right;
        margin-right: 50px;
        font-size: 14px;
        color: #fe7d02; }
    .content .xrn .prow-points {
      margin-top: 30px; }
      .content .xrn .prow-points .point {
        position: relative;
        width: 174px;
        padding: 0 30px;
        height: 350px;
        -moz-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
        -webkit-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
        box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2); }
        .content .xrn .prow-points .point .num {
          position: absolute;
          right: 10px;
          top: -14px;
          color: #fe7d02;
          font-size: 28px;
          font-weight: bold; }
        .content .xrn .prow-points .point .img-box {
          text-align: center;
          border-bottom: 1px dashed #efefef; }
          .content .xrn .prow-points .point .img-box img {
            margin-top: 20px;
            margin-bottom: 12px; }
          .content .xrn .prow-points .point .img-box p {
            color: #fe7d02;
            margin-bottom: 16px; }
        .content .xrn .prow-points .point .tit {
          margin: 18px 0;
          text-align: center;
          font-size: 18px;
          color: #333; }
        .content .xrn .prow-points .point .txt {
          height: 70px;
          font-size: 14px;
          line-height: 18px;
          color: #aaa; }
        .content .xrn .prow-points .point .btn {
          width: 100%;
          height: 40px;
          color: #fff;
          font-size: 16px;
          background: #fd962a;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          text-align: center;
          cursor: pointer;
          line-height: 40px; }
  .content .yjts {
    margin-top: 30px;
    margin-bottom: 60px;
    padding-top: 40px;
    padding-left: 40px;
    text-align: left;
    background: #fff;
    color: #333;
    padding-bottom: 40px;
    -moz-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
    box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2); }
    .content .yjts .left {
      padding-top: 40px;
      padding-left: 40px; }
    .content .yjts h4 {
      font-weight: normal;
      margin-bottom: 20px; }
      .content .yjts h4 img {
        margin-right: 20px;
        vertical-align: middle; }
    .content .yjts p.txt {
      line-height: 28px;
      margin-bottom: 28px; }
    .content .yjts p.lh {
      font-size: 24px;
      color: #fe7d02;
      margin-bottom: 15px; }
    .content .yjts p.cp-tit {
      font-size: 14px;
      font-weight: bold; }
    .content .yjts p.cp-ms {
      height: 26px;
      margin-bottom: 22px;
      font-size: 16px;
      line-height: 26px;
      color: #fe7d02; }
      .content .yjts p.cp-ms .sanw {
        display: inline-block;
        width: 22px;
        height: 26px;
        font-size: 24px;
        color: #fff;
        text-align: center;
        line-height: 26px;
        background: #fe7d02;
        border-radius: 2px; }
      .content .yjts p.cp-ms .dd {
        display: inline-block;
        font-size: 24px; }
    .content .yjts .w-btn {
      width: 192px;
      height: 50px;
      color: #fff;
      font-size: 16px;
      background: #fd962a;
      -moz-border-radius: 26px;
      -webkit-border-radius: 26px;
      border-radius: 26px;
      text-align: center;
      cursor: pointer;
      line-height: 50px; }
    .content .yjts .ws .w-btn {
      margin-top: -11px;
      margin-left: 15px; }
    .content .yjts .face {
      margin-top: 30px;
      font-size: 20px;
      line-height: 20px; }
      .content .yjts .face span {
        font-size: 14px;
        color: #fe7d02; }
    .content .yjts .lc {
      width: 948px;
      height: 68px;
      margin-top: 50px;
      margin-bottom: 35px;
      background: url("../img20180227/lc.png") no-repeat; }
    .content .yjts .cr {
      float: left;
      width: 140px;
      height: 140px;
      margin-right: 45px;
      background: #fffbfb;
      border: 1px solid #fe7d02;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .content .yjts .cr p {
        margin-top: 38px;
        font-size: 12px;
        text-align: center; }
      .content .yjts .cr .bi {
        margin-top: 10px;
        text-align: center;
        color: #fe7d02;
        font-size: 46px; }
    .content .yjts .btn {
      margin-top: 50px;
      width: 240px;
      height: 50px;
      color: #fff;
      font-size: 16px;
      background: #fd962a;
      -moz-border-radius: 26px;
      -webkit-border-radius: 26px;
      border-radius: 26px;
      text-align: center;
      cursor: pointer;
      line-height: 50px; }
  .content .gxcj {
    margin-top: 30px;
    text-align: left;
    background: #fff;
    color: #333;
    padding-bottom: 40px;
    -moz-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
    box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2); }
    .content .gxcj .left {
      padding-top: 40px;
      padding-left: 40px; }
    .content .gxcj h4 {
      font-weight: normal;
      margin-bottom: 20px; }
      .content .gxcj h4 img {
        margin-right: 20px;
        vertical-align: middle; }
    .content .gxcj p.txt {
      line-height: 28px;
      margin-bottom: 28px; }
    .content .gxcj .mdoc {
      margin: 25px 0; }
    .content .gxcj p.lh {
      font-size: 24px;
      color: #fe7d02;
      margin-bottom: 15px; }
    .content .gxcj p.cp-tit {
      font-size: 14px;
      font-weight: bold; }
    .content .gxcj p.cp-ms {
      height: 26px;
      margin-bottom: 22px;
      font-size: 16px;
      line-height: 26px;
      color: #fe7d02; }
      .content .gxcj p.cp-ms .sanw {
        display: inline-block;
        width: 22px;
        height: 26px;
        font-size: 24px;
        color: #fff;
        text-align: center;
        line-height: 26px;
        background: #fe7d02;
        border-radius: 2px; }
      .content .gxcj p.cp-ms .dd {
        display: inline-block;
        font-size: 24px; }
    .content .gxcj .w-btn {
      width: 192px;
      height: 50px;
      color: #fff;
      font-size: 16px;
      background: #fd962a;
      -moz-border-radius: 26px;
      -webkit-border-radius: 26px;
      border-radius: 26px;
      text-align: center;
      cursor: pointer;
      line-height: 50px; }
    .content .gxcj .face {
      margin-top: 30px;
      font-size: 20px;
      line-height: 20px; }
    .content .gxcj .ws .w-btn {
      margin-top: -11px;
      margin-left: 15px; }
    .content .gxcj .right {
      position: relative; }
      .content .gxcj .right .tui {
        position: absolute;
        top: 60px;
        right: -25px;
        width: 400px;
        height: 482px;
        background: url("../img20180227/jx3.png") no-repeat; }
        .content .gxcj .right .tui .tit {
          margin-top: 50px;
          font-size: 20px;
          color: #fff;
          text-align: center;
          line-height: 34px; }
        .content .gxcj .right .tui .prow-points {
          margin-top: 30px; }
          .content .gxcj .right .tui .prow-points .point {
            margin: 10px auto 0;
            height: 92px;
            width: 333px;
            background: url(../img20180227/img2.png) no-repeat;
            cursor: pointer; }
            .content .gxcj .right .tui .prow-points .point.p1 {
              background-position: 0 -1427px; }
            .content .gxcj .right .tui .prow-points .point.p2 {
              background-position: 0 -1519px; }
            .content .gxcj .right .tui .prow-points .point.p3 {
              background-position: 0 -1335px; }
      .content .gxcj .right .tui {
        position: absolute;
        top: 60px;
        right: -25px;
        width: 400px;
        height: 482px;
        background: url("../img20180227/jx3.png") no-repeat; }
        .content .gxcj .right .tui .tit {
          margin-top: 50px;
          font-size: 20px;
          color: #fff;
          text-align: center;
          line-height: 34px; }
        .content .gxcj .right .tui .prow-points {
          margin-top: 30px; }
          .content .gxcj .right .tui .prow-points .point {
            margin: 10px auto 0;
            height: 92px;
            width: 333px;
            background: url(../img20180227/img2.png) no-repeat;
            cursor: pointer; }
            .content .gxcj .right .tui .prow-points .point.p1 {
              background-position: 0 -1427px; }
            .content .gxcj .right .tui .prow-points .point.p2 {
              background-position: 0 -1519px; }
            .content .gxcj .right .tui .prow-points .point.p3 {
              background-position: 0 -1335px; }
      .content .gxcj .right .tui3 {
        position: absolute;
        top: 20px;
        right: 30px;
        width: 400px;
        height: 482px;
        background: url("../img20180227/jx3.png") no-repeat; }
        .content .gxcj .right .tui3 .tit {
          margin-top: 50px;
          font-size: 20px;
          color: #fff;
          text-align: center;
          line-height: 34px; }
        .content .gxcj .right .tui3 .prow-points {
          margin-top: 30px; }
          .content .gxcj .right .tui3 .prow-points .point {
            margin: 10px auto 0;
            height: 92px;
            width: 333px;
            background: url(../img20180227/img2.png) no-repeat;
            cursor: pointer; }
            .content .gxcj .right .tui3 .prow-points .point.p1 {
              background-position: 0 -1427px; }
            .content .gxcj .right .tui3 .prow-points .point.p2 {
              background-position: 0 -1519px; }
            .content .gxcj .right .tui3 .prow-points .point.p3 {
              background-position: 0 -1335px; }
  .content .special {
    text-align: center;
    margin-top: 60px; }
    .content .special .item {
      float: left;
      width: 375px;
      height: 360px;
      background: url(../img20180227/hb.png) no-repeat center -20px; }
      .content .special .item .p1 {
        padding-top: 30px;
        font-size: 20px;
        font-weight: bold;
        color: #c68d53; }
      .content .special .item .p2 {
        padding-top: 30px;
        font-size: 35px;
        color: #e53d2c; }
      .content .special .item .p3 {
        padding-top: 30px;
        font-size: 38px;
        font-weight: bold;
        color: #e53d2c; }
      .content .special .item .p4 {
        width: 282px;
        height: 58px;
        margin: 110px auto 0;
        font-size: 18px;
        font-weight: bold;
        color: #eb4337;
        cursor: pointer; }
  .content .val-wrap {
    padding-top: 40px; }
    .content .val-wrap .val {
      margin-bottom: 40px;
      background: #fff;
      text-align: center;
      color: #003333;
      padding-top: 40px;
      -moz-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
      -webkit-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
      box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2); }
      .content .val-wrap .val .top {
        line-height: 30px;
        margin-bottom: 30px; }
      .content .val-wrap .val .lh {
        color: #fe7d02;
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 35px; }
  .content .gl {
    margin-bottom: 40px;
    text-align: center;
    color: #003333;
    padding-top: 40px;
    background: #fff;
    -moz-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
    box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2); }
    .content .gl table {
      width: 100%;
      border: 1px solid #efefef;
      cursor: pointer; }
      .content .gl table td {
        position: relative;
        width: 218px;
        height: 116px;
        border: 1px solid #efefef; }
        .content .gl table td:hover .sub {
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -ms-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s;
          visibility: visible;
          opacity: 1; }
      .content .gl table .num {
        position: relative;
        font-size: 26px;
        line-height: 26px; }
        .content .gl table .num span {
          display: inline-block; }
          .content .gl table .num span.red {
            color: #fe7d02; }
        .content .gl table .num ._5tip {
          background: url(../img20180227/img2.png) no-repeat;
          margin-left: 44px;
          margin-top: 4px;
          height: 19px;
          line-height: 19px;
          width: 98px;
          font-size: 14px;
          color: #fff;
          background-position: 0 -356px; }
      .content .gl table .sub {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        left: -1px;
        width: 100%;
        height: 154px;
        z-index: 3;
        font-size: 14px;
        border: 1px solid #fe7d02;
        box-shadow: 0px 0px 8px 0px rgba(86, 42, 0, 0.45); }
        .content .gl table .sub .btn-wrap {
          margin-top: 107px; }
          .content .gl table .sub .btn-wrap div {
            width: 50%;
            line-height: 47px; }
            .content .gl table .sub .btn-wrap div.btn1 {
              color: #fff;
              background: #fe7d02; }
            .content .gl table .sub .btn-wrap div.btn2 {
              background: #fffbed; }
    .content .gl .top {
      line-height: 30px;
      margin-bottom: 15px; }
    .content .gl .lh {
      font-weight: bold;
      color: #fe7d02;
      font-size: 20px; }
  .content .gl-1 .table-wrap {
    position: relative;
    padding: 0 30px; }
    .content .gl-1 .table-wrap .tip {
      font-size: 16px;
      font-weight: bold;
      position: absolute;
      top: -39px;
      left: 30px;
      background: url(../img20180227/img2.png) no-repeat;
      height: 39px;
      width: 215px;
      color: #fff;
      line-height: 39px;
      text-align: center;
      background-position: 0 -942px; }
    .content .gl-1 .table-wrap table {
      width: 100%;
      border: 1px solid #dfdfdf;
      margin: 74px 0 44px; }
      .content .gl-1 .table-wrap table .ht40 {
        height: 40px !important; }
      .content .gl-1 .table-wrap table td {
        min-width: 218px;
        max-width: 285px;
        height: 80px;
        line-height: 20px; }
        .content .gl-1 .table-wrap table td .txt-l {
          width: 230px;
          margin: 0 auto;
          text-align: left; }
  .content .gl-1 .push {
    padding: 0 24px; }
    .content .gl-1 .push .item {
      float: left;
      margin: 0 6px;
      font-size: 20px; }
      .content .gl-1 .push .item .tit {
        height: 69px;
        width: 350px;
        text-align: center;
        line-height: 69px;
        color: #fff;
        background: #fe7d02; }
      .content .gl-1 .push .item table {
        width: 100%; }
        .content .gl-1 .push .item table td {
          border: 1px solid #dfdfdf;
          width: 50%;
          height: 56px;
          font-size: 16px;
          position: relative;
          text-align: center; }
          .content .gl-1 .push .item table td .red {
            color: #ff6600; }
          .content .gl-1 .push .item table td .num {
            font-size: 20px; }
          .content .gl-1 .push .item table td .bj {
            font-size: 20px;
            visibility: hidden;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            line-height: 57px;
            color: #fff;
            background: #fe7d02;
            opacity: 0; }
          .content .gl-1 .push .item table td:hover .bj {
            visibility: visible;
            opacity: 1;
            background-color: #fe7d02;
            color: #fff;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s; }
      .content .gl-1 .push .item .red {
        color: #fe7d02; }
      .content .gl-1 .push .item .btn {
        margin-bottom: 45px;
        margin-top: 14px;
        font-size: 14px;
        border: 1px solid #fe7d02;
        width: 100%;
        height: 40px;
        color: #fd962a;
        font-size: 16px;
        background: #fff;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        text-align: center;
        cursor: pointer;
        line-height: 40px;
        cursor: pointer; }
        .content .gl-1 .push .item .btn:hover {
          background-color: #fe7d02;
          color: #fff;
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -ms-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
  .content .gl-2 {
    padding-bottom: 45px; }
    .content .gl-2 .only {
      margin: 60px 44px 20px; }
      .content .gl-2 .only .tag-item {
        float: left;
        width: 25%;
        height: 56px;
        font-size: 20px;
        line-height: 56px;
        background: #e6e6e6;
        cursor: pointer; }
        .content .gl-2 .only .tag-item.on {
          background: #fe7d02;
          color: #fff; }
  .content .gl-3 {
    padding-bottom: 45px; }
    .content .gl-3 .banner-inside {
      position: relative;
      text-align: center; }
      .content .gl-3 .banner-inside .zj {
        position: absolute;
        left: 414px;
        top: 56px;
        color: #ff4140;
        font-style: italic;
        font-size: 17px; }
        .content .gl-3 .banner-inside .zj p {
          float: left; }
    .content .gl-3 .table {
      padding: 0 44px; }
  .content .gl-4 {
    padding-bottom: 45px; }
    .content .gl-4 .banner-inside {
      text-align: center; }
    .content .gl-4 .table {
      padding: 0 44px; }
  .content .banner-inside {
    cursor: pointer; }
  .content .banner-inside4 {
    position: relative;
    width: 1140px;
    margin: 0 auto; }
    .content .banner-inside4 img {
      margin-top: 40px; }
    .content .banner-inside4 .zj {
      position: absolute;
      left: 83px;
      top: 150px;
      color: #ffeb00;
      font-style: italic;
      font-size: 20px;
      font-weight: bold; }
      .content .banner-inside4 .zj p {
        float: left;
        margin-right: 5px; }
  .content .zjia {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    -moz-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
    box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2); }
    .content .zjia .table-wrap {
      margin-top: -20px;
      padding: 30px;
      background: #fff; }
    .content .zjia table {
      width: 100%;
      border: 1px solid #efefef;
      cursor: pointer; }
      .content .zjia table td {
        position: relative;
        width: 218px;
        height: 116px;
        border: 1px solid #efefef; }
        .content .zjia table td:hover .sub {
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -ms-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s;
          visibility: visible;
          opacity: 1; }
      .content .zjia table .num {
        position: relative;
        font-size: 30px;
        line-height: 30px; }
        .content .zjia table .num span {
          display: inline-block; }
          .content .zjia table .num span.red {
            color: #fe7d02; }
        .content .zjia table .num ._5tip {
          background: url(../img20180227/img2.png) no-repeat;
          margin-left: 30px;
          margin-top: 4px;
          height: 19px;
          line-height: 19px;
          width: 98px;
          font-size: 14px;
          color: #fff;
          background-position: 0 -356px; }
      .content .zjia table .sub {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        left: -1px;
        width: 100%;
        height: 154px;
        z-index: 3;
        font-size: 14px;
        border: 1px solid #fe7d02;
        box-shadow: 0px 0px 8px 0px rgba(86, 42, 0, 0.45); }
        .content .zjia table .sub .btn-wrap {
          margin-top: 107px; }
          .content .zjia table .sub .btn-wrap div {
            width: 50%;
            line-height: 47px; }
            .content .zjia table .sub .btn-wrap div.btn1 {
              color: #fff;
              background: #fe7d02; }
            .content .zjia table .sub .btn-wrap div.btn2 {
              background: #fffbed; }
    .content .zjia .arrow {
      position: relative;
      cursor: pointer; }
      .content .zjia .arrow .arrow-l {
        position: absolute;
        left: -27px;
        top: -230px;
        z-index: 6;
        height: 54px;
        width: 54px;
        background: url(../img20180227/img3.png) no-repeat 0 -89px;
        overflow: hidden; }
      .content .zjia .arrow .arrow-r {
        position: absolute;
        right: -29px;
        top: -230px;
        z-index: 6;
        height: 54px;
        width: 54px;
        background: url(../img20180227/img3.png) no-repeat 0 -160px;
        overflow: hidden; }
  .content .super {
    margin-top: 60px;
    text-align: center; }
    .content .super .tc-box {
      height: 500px;
      background: url(../img20180227/53.png) no-repeat 20px 30px; }
    .content .super ._18day {
      position: relative;
      height: 323px;
      background: #fff;
      -moz-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
      -webkit-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
      box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2); }
      .content .super ._18day img {
        margin-left: 10px; }
      .content .super ._18day .nx {
        position: absolute;
        color: #fff;
        left: 30px;
        top: 120px;
        font-size: 18px; }
      .content .super ._18day ._num .yibi {
        margin-top: 20px;
        margin-left: 15px;
        padding-right: 10px;
        text-align: left;
        font-size: 18px;
        font-weight: bold; }
        .content .super ._18day ._num .yibi span {
          font-size: 14px;
          font-weight: normal; }
        .content .super ._18day ._num .yibi .btn {
          float: right;
          margin-right: 15px;
          color: #fe7d02; }
      .content .super ._18day ._num table {
        margin-top: 10px;
        border-collapse: separate;
        margin-left: -12px;
        background: #fff;
        cursor: pointer; }
        .content .super ._18day ._num table td {
          position: relative;
          width: 228px;
          height: 110px;
          margin-left: 15px;
          text-align: center;
          border: 1px solid #efefef; }
          .content .super ._18day ._num table td span {
            font-size: 26px !important;
            font-weight: normal; }
          .content .super ._18day ._num table td .red {
            color: #ff6600; }
          .content .super ._18day ._num table td .bj {
            visibility: hidden;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            font-size: 26px;
            font-weight: normal;
            line-height: 110px;
            color: #fff;
            background: #fe7d02;
            opacity: 0;
            filter: alpha(opacity=0); }
          .content .super ._18day ._num table td:hover .bj {
            visibility: visible;
            opacity: 1;
            filter: alpha(opacity=1);
            background-color: #fe7d02;
            color: #fff;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s; }
    .content .super ._form {
      width: 305px;
      height: 323px;
      background: #fff;
      -moz-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
      -webkit-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
      box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2); }
      .content .super ._form .tit {
        margin-top: 25px;
        margin-bottom: 28px;
        font-size: 18px;
        font-weight: bold; }
        .content .super ._form .tit span {
          color: #fe7d02; }
      .content .super ._form .form-box {
        position: relative; }
        .content .super ._form .form-box input {
          width: 220px;
          height: 46px;
          line-height: 46px;
          margin-bottom: 15px;
          padding-left: 12px;
          background: #e4e4e4;
          border: 0; }
        .content .super ._form .form-box .code {
          position: absolute;
          right: 48px;
          bottom: 68px;
          width: 72px;
          height: 28px;
          font-weight: bold;
          line-height: 28px;
          background: #ececec; }
        .content .super ._form .form-box .btn {
          margin: 0 auto;
          width: 232px;
          height: 44px;
          color: #fff;
          font-size: 16px;
          background: #fd962a;
          -moz-border-radius: 22px;
          -webkit-border-radius: 22px;
          border-radius: 22px;
          text-align: center;
          cursor: pointer;
          line-height: 44px; }
    .content .super .bottom {
      position: relative;
      height: 180px; }
      .content .super .bottom .tc-fl {
        margin-left: 50px; }
        .content .super .bottom .tc-fl p {
          margin-top: 54px;
          font-size: 28px;
          font-weight: bold;
          color: #fff; }
        .content .super .bottom .tc-fl .btn {
          margin-top: 23px;
          background: #fff;
          color: #fe7d02;
          width: 166px;
          height: 50px;
          color: #fd962a;
          font-size: 16px;
          background: #fff;
          -moz-border-radius: 25px;
          -webkit-border-radius: 25px;
          border-radius: 25px;
          text-align: center;
          cursor: pointer;
          line-height: 50px;
          cursor: pointer; }
          .content .super .bottom .tc-fl .btn:hover {
            background-color: #fe7d02;
            color: #fff;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s; }
      .content .super .bottom .tc-wp {
        margin-left: 18px;
        margin-top: 20px; }
        .content .super .bottom .tc-wp .qu {
          color: #000033;
          float: left;
          width: 200px;
          height: 139px;
          margin: 0 8px;
          background: url(../img20180227/u3.png) no-repeat -10px -216px; }
          .content .super .bottom .tc-wp .qu .money {
            font-size: 38px;
            font-weight: bold;
            color: #fe0f00;
            margin-top: 20px;
            margin-bottom: 8px; }
          .content .super .bottom .tc-wp .qu .btn {
            margin-top: 25px;
            font-size: 16px;
            cursor: pointer; }
            .content .super .bottom .tc-wp .qu .btn:hover {
              color: #fe7d02; }
  .content .hot {
    text-align: center;
    margin-top: 60px;
    overflow: hidden; }
    .content .hot .item1 {
      float: left;
      position: relative;
      width: 245px;
      height: 545px;
      cursor: pointer;
      -webkit-transition: top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);
      -moz-transition: top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);
      -ms-transition: top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);
      -o-transition: top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);
      transition: top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);
      display: inline-block;
      top: 0; }
      .content .hot .item1 .big {
        filter: alpha(opacity=0);
        opacity: 0;
        width: 575px;
        position: absolute;
        height: 476px;
        padding: 40px 32px 29px;
        background: url(../img20180227/604.png) no-repeat;
        z-index: -1;
        left: 0;
        top: 90px;
        -webkit-transition: top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);
        -moz-transition: top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);
        -ms-transition: top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);
        -o-transition: top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);
        transition: top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1); }
        .content .hot .item1 .big .nx {
          text-align: left;
          color: #fff; }
          .content .hot .item1 .big .nx .btn {
            border: 1px solid #fff;
            width: 174px;
            height: 40px;
            color: #fff;
            font-size: 16px;
            background: #fd962a;
            -moz-border-radius: 22px;
            -webkit-border-radius: 22px;
            border-radius: 22px;
            text-align: center;
            cursor: pointer;
            line-height: 40px;
            margin-right: 100px; }
            .content .hot .item1 .big .nx .btn:hover {
              background: #fff;
              color: #fe7d02;
              border: 1px solid #fff; }
          .content .hot .item1 .big .nx .qian {
            font-size: 38px;
            font-weight: bold; }
            .content .hot .item1 .big .nx .qian i {
              font-weight: normal;
              font-style: normal;
              font-size: 25px; }
          .content .hot .item1 .big .nx .hy {
            font-size: 16px; }
        .content .hot .item1 .big .prow {
          margin-top: 30px; }
          .content .hot .item1 .big .prow .item {
            color: #fff;
            float: left;
            margin-right: 24px; }
            .content .hot .item1 .big .prow .item .img {
              float: left;
              margin-right: 8px; }
            .img.w-1,.img.w-2,.img.w-3,.img.w-4,.img.tj-8,.img.y-2,.img.tj-7,.img.y-4,.img.tj-10,.img.tj-9 {
              width: 40px;
              height: 40px;
              background: url(../img20180227/u3.png) no-repeat;
            }
            .img.w-1 {
              background-position: -178px -43px !important;
            }
            .img.w-2 {
              background-position: -178px -128px !important;
            }
            .img.w-3 {
              background-position: -178px 0 !important;
            }
            .img.w-4 {
              background-position: -178px -170px !important;
            }
            .img.tj-8 {
              background-position: -119px -43px !important;
            }
            .img.y-2 {
              background-position: -119px -128px !important;
            }
            .img.tj-7 {
              background-position: -119px 0 !important;
            }
            .img.y-4 {
              background-position: -119px -170px !important;
            }
            .img.tj-10 {
              width: 39px !important;
              height: 41px !important;
              background-position: -178px -85px !important;
            }
            .img.tj-9 {
              background-position: -119px -85px !important;
            }
            .content .hot .item1 .big .prow .item .ms {
              font-weight: bold;
              float: left;
              font-size: 16px;
              line-height: 20px;
              text-align: left; }
              .content .hot .item1 .big .prow .item .ms span {
                margin-left: 5px;
                font-size: 12px;
                border: 1px solid #fff;
                border-radius: 50%;
                padding: 0 5px; }
        .content .hot .item1 .big .t-tit {
          margin-top: 32px;
          margin-bottom: 22px;
          font-size: 18px;
          font-weight: bold;
          color: #fff; }
          .content .hot .item1 .big .t-tit .right {
            font-size: 14px;
            padding-top: 5px;
            cursor: pointer; }
        .content .hot .item1 .big .table {
          background: #fff; }
          .content .hot .item1 .big .table table {
            width: 100%;
            border: 1px solid #f4f4f4;
            cursor: pointer; }
            .content .hot .item1 .big .table table td {
              position: relative;
              width: 228px;
              height: 98px;
              margin-left: 15px;
              text-align: center;
              border: 1px solid #efefef; }
              .content .hot .item1 .big .table table td span {
                font-size: 22px !important;
                font-weight: normal; }
              .content .hot .item1 .big .table table td .red {
                color: #ff6600; }
              .content .hot .item1 .big .table table td .bj {
                visibility: hidden;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: auto;
                font-size: 22px;
                font-weight: normal;
                line-height: 98px;
                color: #fff;
                background: #fe7d02;
                opacity: 0;
                filter: alpha(opacity=0); }
              .content .hot .item1 .big .table table td:hover .bj {
                visibility: visible;
                opacity: 1;
                filter: alpha(opacity=1);
                background-color: #fe7d02;
                color: #fff;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s; }
        .content .hot .item1 .big .log {
          width: 94px;
          height: 60px;
          position: absolute;
          top: -12px;
          right: 12px;
          background: url(../img20180227/u3.png);
          z-index: 6; }
      .content .hot .item1 .small {
        background: #fff;
        position: absolute;
        width: 242px;
        height: 545px;
        margin-right: 1px;
        z-index: 1; }
        .content .hot .item1 .small .ye {
          padding-top: 57px;
          margin-bottom: 57px;
          text-align: center;
          font-size: 38px;
          font-weight: bold;
          color: #fe0f00; }
          .content .hot .item1 .small .ye .p1 {
            margin-bottom: 12px; }
          .content .hot .item1 .small .ye span {
            font-size: 20px; }
          .content .hot .item1 .small .ye .txt {
            font-size: 16px;
            color: #333;
            font-weight: normal; }
        .content .hot .item1 .small .tit {
          color: #333;
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 38px; }
        .content .hot .item1 .small .tcfl {
          margin-left: 55px; }
          .content .hot .item1 .small .tcfl .item {
            display: block;
            width: 100%;
            margin-bottom: 28px; }
            .content .hot .item1 .small .tcfl .item .img {
              float: left;
              margin-right: 8px; }
            .content .hot .item1 .small .tcfl .item .ms {
              float: left;
              line-height: 20px;
              font-size: 16px;
              text-align: left; }
              .content .hot .item1 .small .tcfl .item .ms i {
                color: #fe7d02;
                font-style: normal; }
              .content .hot .item1 .small .tcfl .item .ms span {
                line-height: 12px;
                font-size: 12px;
                color: #fe7d02;
                border: 1px solid #fe7d02;
                border-radius: 50%;
                padding: 0 5px;
                margin-left: 5px; }
              .content .hot .item1 .small .tcfl .item .ms.lh42 {
                line-height: 42px !important;
                color: #fe7d02; }
        .content .hot .item1 .small .btn {
          font-weight: bold;
          border: 1px solid #fe7d02;
          width: 176px;
          height: 46px;
          color: #fd962a;
          font-size: 16px;
          background: #fff;
          -moz-border-radius: 25px;
          -webkit-border-radius: 25px;
          border-radius: 25px;
          text-align: center;
          cursor: pointer;
          line-height: 46px;
          margin: 43px auto 0; }
          .content .hot .item1 .small .btn:hover {
            background-color: #fe7d02;
            color: #fff;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s; }
        .content .hot .item1 .small .log {
          width: 94px;
          height: 60px;
          position: absolute;
          top: -12px;
          right: 12px;
          z-index: 1;
          background: url(../img20180227/u3.png) no-repeat;
        }
      .content .hot .item1.active {
        width: 639px;
        height: 554px;
        top: 0;
        z-index: 7;
        -webkit-transition: top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);
        -moz-transition: top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);
        -ms-transition: top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);
        -o-transition: top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);
        transition: top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1); }
        .content .hot .item1.active .big {
          box-shadow: 0 0 20px #b7b7b7;
          opacity: 1;
          position: absolute;
          filter: alpha(opacity=100);
          z-index: 5;
          -webkit-transition: opacity 0.3s linear, top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);
          -moz-transition: opacity 0.3s linear, top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);
          -ms-transition: opacity 0.3s linear, top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);
          -o-transition: opacity 0.3s linear, top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);
          transition: opacity 0.3s linear, top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);
          top: 0; }
        .content .hot .item1.active .small {
          visibility: hidden;
          opacity: 0;
          position: absolute;
          filter: alpha(opacity=0);
          z-index: -1; }
          .content .hot .item1.active .small .log {
            width: 90px;
            height: 64px;
            position: absolute;
            top: -12px;
            right: 12px;
            background: url(../img20180227/u3.png) no-repeat;
            z-index: -1; }
          .log.no1 {
            background-position: 0 0 !important;
          }

          .log.no2 {
            background-position: 0 -62px !important;
          }

          .log.no3 {
            background-position: 0 -124px !important;
          }
  .content .cpval {
    margin-top: 60px;
    text-align: center; }
    .content .cpval .tag-wrap {
      width: 100%; }
      .content .cpval .tag-wrap .item {
        float: left;
        width: 20%;
        height: 50px;
        line-height: 50px;
        background: #fff;
        -moz-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
        -webkit-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
        box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
        cursor: pointer; }
        .content .cpval .tag-wrap .item.on {
          background: #fe7d02;
          color: #fff; }
    .content .cpval .ct-wrap {
      background: #fff; }
      .content .cpval .ct-wrap .item {
        padding: 40px 30px;
        text-align: left; }
        .content .cpval .ct-wrap .item .left {
          width: 720px; }
          .content .cpval .ct-wrap .item .left .txt1 {
            line-height: 22px;
            color: #333; }
          .content .cpval .ct-wrap .item .left .txt2 {
            margin: 28px 0;
            font-size: 18px;
            font-weight: bold;
            color: #fe7d02; }
            .content .cpval .ct-wrap .item .left .txt2 span {
              color: #333; }
          .content .cpval .ct-wrap .item .left .mdoc {
            margin-bottom: 45px; }
          .content .cpval .ct-wrap .item .left .txt3 {
            color: #fe7d02;
            font-size: 18px;
            margin-bottom: 18px; }
          .content .cpval .ct-wrap .item .left .txt4 {
            height: 45px;
            color: #fe7d02;
            font-size: 45px; }
            .content .cpval .ct-wrap .item .left .txt4 span {
              float: left;
              background: #fe7d02;
              color: #fff;
              margin-right: 4px;
              padding: 0 6px;
              border: 1px solid #fe7d02;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              border-radius: 5px; }
        .content .cpval .ct-wrap .item .right .tit {
          font-size: 18px;
          font-weight: bold;
          color: #fe7d02; }
        .content .cpval .ct-wrap .item .right table {
          margin-top: 15px;
          background: #fff;
          font-size: 20px;
          cursor: pointer; }
          .content .cpval .ct-wrap .item .right table td {
            position: relative;
            width: 174px;
            height: 88px;
            text-align: center;
            border: 1px solid #efefef; }
            .content .cpval .ct-wrap .item .right table td .red {
              color: #ff6600; }
            .content .cpval .ct-wrap .item .right table td .bj {
              visibility: hidden;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: auto;
              line-height: 88px;
              color: #fff;
              background: #fe7d02;
              opacity: 0; }
            .content .cpval .ct-wrap .item .right table td:hover .bj {
              visibility: visible;
              opacity: 1;
              background-color: #fe7d02;
              color: #fff;
              -webkit-transition: all .3s;
              -moz-transition: all .3s;
              -ms-transition: all .3s;
              -o-transition: all .3s;
              transition: all .3s; }
  .content .cpshow {
    margin-top: 60px;
    text-align: center; }
    .content .cpshow .only .tag-item {
      float: left;
      width: 20%;
      height: 56px;
      font-size: 20px;
      line-height: 56px;
      background: #e6e6e6;
      cursor: pointer; }
      .content .cpshow .only .tag-item.on {
        background: #fe7d02;
        color: #fff; }
    .content .cpshow .only table {
      width: 100%;
      border: 1px solid #efefef;
      cursor: pointer; }
      .content .cpshow .only table td {
        position: relative;
        width: 218px;
        height: 170px;
        background: #fff;
        border: 1px solid #efefef; }
        .content .cpshow .only table td:hover .sub {
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -ms-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s;
          visibility: visible;
          opacity: 1; }
      .content .cpshow .only table .num {
        height: 138px;
        line-height: 138px;
        position: relative;
        font-size: 26px; }
        .content .cpshow .only table .num.more {
          font-size: 18px; }
        .content .cpshow .only table .num span {
          display: inline-block; }
          .content .cpshow .only table .num span.red {
            color: #fe7d02; }
        .content .cpshow .only table .num p {
          position: absolute;
          width: 100%;
          font-size: 18px;
          left: 0;
          bottom: -50px; }
        .content .cpshow .only table .num ._5tip {
          background: url(../img20180227/img2.png) no-repeat;
          margin-left: 20px;
          height: 19px;
          line-height: 19px;
          width: 98px;
          font-size: 14px;
          color: #fff;
          background-position: 0 -356px; }
      .content .cpshow .only table .sub {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        left: -1px;
        width: 100%;
        height: 170px;
        z-index: 3;
        font-size: 14px;
        border: 1px solid #fe7d02;
        box-shadow: 0px 0px 8px 0px rgba(86, 42, 0, 0.45); }
        .content .cpshow .only table .sub .btn-wrap {
          margin-top: 123px; }
          .content .cpshow .only table .sub .btn-wrap div {
            width: 50%;
            line-height: 47px; }
            .content .cpshow .only table .sub .btn-wrap div.btn1 {
              color: #fff;
              background: #fe7d02; }
            .content .cpshow .only table .sub .btn-wrap div.btn2 {
              background: #fffbed; }
            .content .cpshow .only table .sub .btn-wrap div.btn3 {
              background: #fffbed; }
  .content .youming {
    margin-top: 60px;
    text-align: center; }
    .content .youming ._80000 {
      padding: 30px;
      background: #fff;
      -moz-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
      -webkit-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
      box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2); }
      .content .youming ._80000 .left {
        padding-right: 30px;
        border-right: 1px solid #efefef; }
        .content .youming ._80000 .left p {
          font-weight: bold;
          font-size: 38px;
          color: #fe0f00; }
          .content .youming ._80000 .left p i {
            font-style: normal;
            font-size: 20px; }
          .content .youming ._80000 .left p span {
            margin-left: 15px;
            font-weight: normal;
            font-size: 14px;
            color: #333333; }
        .content .youming ._80000 .left .btn {
          border: 1px solid #fe7d02;
          margin: 20px auto 0;
          width: 174px;
          height: 40px;
          color: #fd962a;
          font-size: 16px;
          background: #fff;
          -moz-border-radius: 22px;
          -webkit-border-radius: 22px;
          border-radius: 22px;
          text-align: center;
          cursor: pointer;
          line-height: 40px; }
          .content .youming ._80000 .left .btn:hover {
            background-color: #fe7d02;
            color: #fff;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s; }
      .content .youming ._80000 .right {
        padding-left: 30px; }
        .content .youming ._80000 .right p {
          margin-top: 10px;
          margin-bottom: 28px;
          text-align: left;
          font-size: 20px;
          font-weight: bold;
          color: #fe7d02; }
        .content .youming ._80000 .right .table {
          background: #fff; }
          .content .youming ._80000 .right .table table {
            width: 100%;
            border: 1px solid #f4f4f4;
            cursor: pointer; }
            .content .youming ._80000 .right .table table td {
              position: relative;
              width: 235px;
              height: 74px;
              margin-left: 15px;
              text-align: center;
              border: 1px solid #efefef; }
              .content .youming ._80000 .right .table table td span {
                font-size: 22px !important;
                font-weight: normal; }
              .content .youming ._80000 .right .table table td .red {
                color: #ff6600; }
              .content .youming ._80000 .right .table table td .bj {
                visibility: hidden;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: auto;
                font-size: 22px;
                font-weight: normal;
                line-height: 74px;
                color: #fff;
                background: #fe7d02;
                opacity: 0;
                filter: alpha(opacity=0); }
              .content .youming ._80000 .right .table table td:hover .bj {
                visibility: visible;
                opacity: 1;
                filter: alpha(opacity=1);
                background-color: #fe7d02;
                color: #fff;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s; }
    .content .youming .tc-box {
      margin-top: 45px; }
      .content .youming .tc-box .tc {
        width: 555px;
        padding-bottom: 30px;
        background: #fff;
        -moz-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
        -webkit-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
        box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2); }
        .content .youming .tc-box .tc .top {
          padding: 30px;
          height: 47px;
          color: #fff;
          background: url(../img20180227/19.png) repeat-x; }
          .content .youming .tc-box .tc .top .qian {
            font-size: 38px;
            font-weight: bold;
            text-align: left; }
            .content .youming .tc-box .tc .top .qian i {
              text-align: left;
              font-size: 20px;
              font-style: normal; }
          .content .youming .tc-box .tc .top .hy {
            margin-top: 5px;
            text-align: left;
            font-size: 14px;
            font-weight: bold; }
          .content .youming .tc-box .tc .top .btn {
            font-weight: bold;
            border: 1px solid #fff;
            width: 174px;
            height: 40px;
            color: #fff;
            font-size: 16px;
            background: #fd962a;
            -moz-border-radius: 22px;
            -webkit-border-radius: 22px;
            border-radius: 22px;
            text-align: center;
            cursor: pointer;
            line-height: 40px; }
      .content .youming .tc-box .tcfl {
        padding-top: 20px; }
        .content .youming .tc-box .tcfl .tit {
          margin-left: 28px;
          margin-bottom: 25px;
          text-align: left;
          font-size: 18px;
          font-weight: bold; }
        .content .youming .tc-box .tcfl .item {
          float: left;
          margin-bottom: 28px;
          margin-left: 28px;
          margin-right: 28px;
          width: 128px; }
          .content .youming .tc-box .tcfl .item .img {
            float: left;
            margin-right: 8px; }
          .content .youming .tc-box .tcfl .item .ms {
            float: left;
            line-height: 20px;
            font-size: 16px;
            text-align: left; }
            .content .youming .tc-box .tcfl .item .ms i {
              color: #fe7d02;
              font-style: normal; }
            .content .youming .tc-box .tcfl .item .ms span {
              line-height: 12px;
              font-size: 12px;
              color: #fe7d02;
              border: 1px solid #fe7d02;
              border-radius: 50%;
              padding: 0 5px;
              margin-left: 5px; }
            .content .youming .tc-box .tcfl .item .ms.lh42 {
              line-height: 42px !important; }
      .content .youming .tc-box .song p {
        font-size: 18px;
        padding-left: 30px;
        text-align: left;
        margin-bottom: 20px; }
      .content .youming .tc-box .song .table {
        padding: 0 30px;
        background: #fff; }
        .content .youming .tc-box .song .table table {
          width: 100%;
          border: 1px solid #f4f4f4;
          cursor: pointer; }
          .content .youming .tc-box .song .table table td {
            position: relative;
            width: 235px;
            height: 52px;
            font-size: 18px;
            border: 1px solid #f4f4f4; }
            .content .youming .tc-box .song .table table td .bj {
              visibility: hidden;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 52px;
              font-size: 18px;
              font-weight: normal;
              line-height: 52px;
              color: #fff;
              background: #fe7d02;
              opacity: 0;
              filter: alpha(opacity=0); }
            .content .youming .tc-box .song .table table td:hover .bj {
              visibility: visible;
              opacity: 1;
              filter: alpha(opacity=1);
              background-color: #fe7d02;
              color: #fff;
              -webkit-transition: all .3s;
              -moz-transition: all .3s;
              -ms-transition: all .3s;
              -o-transition: all .3s;
              transition: all .3s; }
            .content .youming .tc-box .song .table table td .red {
              color: #fe7d02; }
  .content .pct {
    text-align: center;
    margin-top: 60px; }
    .content .pct .pct-box .item {
      float: left;
      width: 304px; }
      .content .pct .pct-box .item .img {
        margin: 0 auto 20px;
        width: 240px;
        height: 118px;
        background: url(../img20180227/img2.png) no-repeat; }
        .content .pct .pct-box .item .img.img1 {
          background-position: 0 -1217px; }
        .content .pct .pct-box .item .img.img2 {
          background-position: 0 -1099px; }
        .content .pct .pct-box .item .img.img3 {
          background-position: 0 -981px; }
      .content .pct .pct-box .item p {
        text-align: left;
        line-height: 20px; }
      .content .pct .pct-box .item .btn {
        margin: 35px auto;
        border: 1px solid #fe7d02;
        width: 170px;
        height: 44px;
        color: #fe7d02;
        font-size: 16px;
        background: #fff;
        -moz-border-radius: 22px;
        -webkit-border-radius: 22px;
        border-radius: 22px;
        text-align: center;
        cursor: pointer;
        line-height: 44px; }
        .content .pct .pct-box .item .btn:hover {
          background-color: #fe7d02;
          color: #fff;
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -ms-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
  .content .standard {
    text-align: center;
    color: #003333;
    padding-top: 60px; }
    .content .standard .top {
      line-height: 30px;
      margin-bottom: 50px; }
  .content .porwer-icon {
    margin: 0 auto 60px;
    width: 1160px; }
    .content .porwer-icon table {
      width: 100%;
      border-collapse: separate; }
      .content .porwer-icon table td {
        position: relative;
        width: 33.33%;
        height: 97px;
        padding: 20px 25px 25px 25px;
        background: #fff;
        -moz-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
        -webkit-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
        box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2); }
        .content .porwer-icon table td .left {
          position: relative;
          width: auto; }
          .content .porwer-icon table td .left .tit {
            font-size: 20px;
            line-height: 20px;
            margin-bottom: 8px; }
            .content .porwer-icon table td .left .tit span {
              margin-left: 5px;
              display: inline-block;
              width: 50px;
              height: 20px;
              vertical-align: middle;
              line-height: 20px;
              text-align: center;
              font-size: 12px;
              color: #fff;
              background: #fe7d02;
              border: 1px solid #fe7d02;
              -moz-border-radius: 11px;
              -webkit-border-radius: 11px;
              border-radius: 11px; }
          .content .porwer-icon table td .left p {
            font-size: 14px;
            color: #aaa; }
          .content .porwer-icon table td .left .btn {
            margin-top: 40px;
            color: #fe7d02;
            cursor: pointer;
            position: relative; }
            .content .porwer-icon table td .left .btn .tip-show {
              display: none;
              position: absolute;
              left: -50px;
              bottom: 15px;
              z-index: 999;
              padding: 46px 40px 0;
              line-height: 20px; }
              .content .porwer-icon table td .left .btn .tip-show .top {
                width: 344px;
                height: 45px;
                background: url(../img20180227/fc1.png) no-repeat; }
              .content .porwer-icon table td .left .btn .tip-show .mid {
                width: 344px;
                padding-bottom: 35px;
                background: url(../img20180227/fc2.png) repeat-y; }
                .content .porwer-icon table td .left .btn .tip-show .mid .ps {
                  font-size: 12px;
                  text-align: left;
                  color: #ff0000;
                  margin: 0 35px 30px; }
                .content .porwer-icon table td .left .btn .tip-show .mid .pt {
                  margin: 0 35px;
                  color: #000;
                  font-size: 12px;
                  line-height: 25px; }
              .content .porwer-icon table td .left .btn .tip-show .sub {
                position: relative;
                width: 344px;
                height: 101px;
                background: url(../img20180227/fc3.png) no-repeat; }
                .content .porwer-icon table td .left .btn .tip-show .sub .btn {
                  position: absolute;
                  width: 260px;
                  height: 44px;
                  line-height: 44px;
                  text-align: center;
                  font-size: 16px;
                  background: #fe7d02;
                  color: #fff;
                  margin-top: 0;
                  left: 50%;
                  bottom: 56px;
                  margin-left: -130px; }
        .content .porwer-icon table td .right {
          width: 89px;
          height: 89px;
          background: url(../img20180227/group1.png) no-repeat; }
          .content .porwer-icon table td .right.group1 {
            background-position: 0 -534px; }
          .content .porwer-icon table td .right.group2 {
            background-position: 0 -534px; }
          .content .porwer-icon table td .right.group2 {
            background-position: 0 -445px; }
          .content .porwer-icon table td .right.group3 {
            background-position: 0 -712px; }
          .content .porwer-icon table td .right.group4 {
            background-position: 0 -623px; }
          .content .porwer-icon table td .right.group5 {
            background-position: 0 -356px; }
          .content .porwer-icon table td .right.group6 {
            background-position: 0 -89px; }
          .content .porwer-icon table td .right.group7 {
            background-position: 0 0; }
          .content .porwer-icon table td .right.group8 {
            background-position: 0 -267px; }
          .content .porwer-icon table td .right.group9 {
            background-position: 0 -178px; }
        .content .porwer-icon table td .right2 {
          width: 89px;
          height: 89px;
          background: url(../img20180227/group2.png) no-repeat; }
          .content .porwer-icon table td .right2.group1 {
            background-position: 0 -712px; }
          .content .porwer-icon table td .right2.group2 {
            background-position: 0 -623px; }
          .content .porwer-icon table td .right2.group3 {
            background-position: 0 -534px; }
          .content .porwer-icon table td .right2.group4 {
            background-position: 0 -979px; }
          .content .porwer-icon table td .right2.group5 {
            background-position: 0 -890px; }
          .content .porwer-icon table td .right2.group6 {
            background-position: 0 -801px; }
          .content .porwer-icon table td .right2.group7 {
            background-position: 0 -178px; }
          .content .porwer-icon table td .right2.group8 {
            background-position: 0 -89px; }
          .content .porwer-icon table td .right2.group9 {
            background-position: 0 0; }
          .content .porwer-icon table td .right2.group10 {
            background-position: 0 -445px; }
          .content .porwer-icon table td .right2.group11 {
            background-position: 0 -356px; }
          .content .porwer-icon table td .right2.group12 {
            background-position: 0 -267px; }
        .content .porwer-icon table td .right3 {
          width: 89px;
          height: 89px;
          background: url(../img20180227/group3.png) no-repeat; }
          .content .porwer-icon table td .right3.group1 {
            background-position: 0 -534px; }
          .content .porwer-icon table td .right3.group2 {
            background-position: 0 -445px; }
          .content .porwer-icon table td .right3.group3 {
            background-position: 0 -712px; }
          .content .porwer-icon table td .right3.group4 {
            background-position: 0 -623px; }
          .content .porwer-icon table td .right3.group5 {
            background-position: 0 -356px; }
          .content .porwer-icon table td .right3.group6 {
            background-position: 0 -89px; }
          .content .porwer-icon table td .right3.group7 {
            background-position: 0 0; }
          .content .porwer-icon table td .right3.group8 {
            background-position: 0 -267px; }
          .content .porwer-icon table td .right3.group9 {
            background-position: 0 -178px; }
  .content .advantage {
    position: relative;
    color: #003333;
    padding-top: 60px;
    text-align: center; }
    .content .advantage .line {
      top: 160px;
      position: absolute;
      z-index: 9;
      width: 1132px;
      height: 1px;
      background: #f3f3f3; }
    .content .advantage .advantage-box {
      height: 377px;
      background: #fff;
      padding: 0 40px;
      -moz-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
      -webkit-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
      box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2); }
      .content .advantage .advantage-box .item {
        position: relative;
        float: left;
        width: 25%;
        height: 100%;
        color: #333; }
        .content .advantage .advantage-box .item:hover {
          background: #fff9f3;
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -ms-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
        .content .advantage .advantage-box .item:after {
          position: absolute;
          top: 30px;
          left: 50%;
          margin-left: -9px;
          content: " ";
          width: 17px;
          height: 17px;
          background: url(../img20180227/dbc.png) no-repeat;
          z-index: 10; }
        .content .advantage .advantage-box .item .tit {
          margin-top: 90px;
          margin-bottom: 20px;
          color: #fe7d02;
          font-size: 20px; }
        .content .advantage .advantage-box .item .txt {
          height: 130px;
          padding: 0 38px;
          text-align: left;
          line-height: 22px; }
        .content .advantage .advantage-box .item .btn {
          margin: 33px auto 0;
          border: 1px solid #fe7d02;
          color: #fff;
          width: 185px;
          height: 46px;
          color: #fe7d02;
          font-size: 16px;
          background: #fff;
          -moz-border-radius: 23px;
          -webkit-border-radius: 23px;
          border-radius: 23px;
          text-align: center;
          cursor: pointer;
          line-height: 46px; }
          .content .advantage .advantage-box .item .btn:hover {
            background-color: #fe7d02;
            color: #fff;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s; }
  .content .forus {
    margin-top: 60px;
    text-align: center; }
    .content .forus .table {
      padding: 20px 30px;
      background: #fff;
      -moz-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
      -webkit-box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2);
      box-shadow: 0px 0px 2px 0px rgba(129, 129, 129, 0.2); }
      .content .forus .table td {
        position: relative;
        width: 218px;
        height: 150px;
        background: #fff;
        border-left: 1px solid #efefef;
        border-bottom: 1px solid #efefef; }
        .content .forus .table td .num {
          height: 110px;
          line-height: 110px;
          position: relative;
          font-size: 26px; }
          .content .forus .table td .num.more {
            font-size: 18px; }
          .content .forus .table td .num span {
            display: inline-block; }
            .content .forus .table td .num span.red {
              color: #fe7d02; }
          .content .forus .table td .num p {
            position: absolute;
            width: 100%;
            font-size: 18px;
            left: 0;
            bottom: -50px; }
          .content .forus .table td .num ._5tip {
            background: url(../img20180227/img2.png) no-repeat;
            margin-left: 20px;
            height: 19px;
            line-height: 19px;
            width: 98px;
            font-size: 14px;
            color: #fff;
            background-position: 0 -356px; }
        .content .forus .table td .bj {
          visibility: hidden;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: auto;
          font-size: 18px;
          font-weight: normal;
          line-height: 150px;
          color: #fff;
          background: #fe7d02;
          opacity: 0; }
        .content .forus .table td:hover .bj {
          visibility: visible;
          opacity: 1;
          background-color: #fe7d02;
          color: #fff;
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -ms-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
  .content .touchme {
    text-align: center;
    margin-top: 60px; }
    .content .touchme .c-name, .content .touchme .c-adress {
      margin-bottom: 12px; }
    .content .touchme .txt {
      margin-top: 25px;
      margin-left: 25px;
      line-height: 22px;
      text-align: left;
      font-size: 14px; }
      .content .touchme .txt span {
        font-size: 18px;
        font-weight: bold; }
    .content .touchme .map {
      width: 550px;
      height: 420px;
      margin-right: 30px;
      background: #efefef; }

/*footer*/
.footer {
  height: 160px;
  color: #fff;
  background: #323232; }
  .footer .cp-message {
    margin-top: 50px; }
    .footer .cp-message p {
      line-height: 30px; }
      .footer .cp-message p .img {
        vertical-align: text-bottom;
        margin-left: 20px;
        margin-right: 5px; }
    .footer .cp-message a {
      color: #fff; }
  .footer .cp-hotline {
    margin-top: 50px; }
    .footer .cp-hotline .line {
      padding-left: 70px;
      margin-right: 20px;
      font-size: 18px;
      background: url(../img20180227/footer-phone.png) no-repeat; }
      .footer .cp-hotline .line .num {
        margin-top: 10px;
        font-size: 28px;
        font-weight: bold;
        color: #fe7d02; }
      .footer .cp-hotline .line .fwb {
        font-weight: bold; }
    .footer .cp-hotline .call {
      padding: 8px 20px 8px 60px;
      font-weight: bold;
      line-height: 18px;
      border: 1px solid #fe7d02;
      background: url(../img20180227/footer-erji.png) no-repeat 15px center; }

.layer {
  display: none;
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }
  .layer .layer-bg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60); }
  .layer .form-box {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -130px;
    margin-top: -145px;
    padding-bottom: 20px;
    width: 260px;
    background: #ff8200;
    z-index: 1000; }
    .layer .form-box i.close {
      display: block;
      position: absolute;
      top: -18px;
      right: -32px;
      color: #fff;
      font-size: 40px;
      font-style: normal;
      cursor: pointer;
      width: 40px;
      height: 40px; }
    .layer .form-box p {
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      margin-top: 28px;
      margin-bottom: 20px; }
    .layer .form-box p#num {
      color: #ffff00;
      margin-top: 15px;
      margin-bottom: 15px; }
    .layer .form-box .input-wrap {
      position: relative;
      height: 210px; }
    .layer .form-box input[type=text] {
      padding-left: 6px;
      width: 218px;
      height: 36px;
      line-height: 36px;
      margin: 0 auto 15px; }
    .layer .form-box .code {
      position: absolute;
      right: 21px;
      bottom: 66px;
      width: 72px;
      height: 28px;
      font-weight: bold;
      line-height: 28px;
      background: #ececec; }
    .layer .form-box input[type=button] {
      outline: none;
      border: 1px solid #fff;
      margin: 5px auto 0;
      width: 222px;
      height: 40px;
      color: #fff;
      font-size: 16px;
      background: #fe7d02;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      text-align: center;
      cursor: pointer;
      line-height: 40px;
      cursor: pointer; }
      .layer .form-box input[type=button]:hover {
        border: 1px solid #fff;
        background: #fff;
        color: #fe7d02; }

/*tip*/
.tipso_bubble {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  -moz-box-shadow: 2px 2px 5px -1px #b2b2b2;
  -webkit-box-shadow: 2px 2px 5px -1px #b2b2b2;
  box-shadow: 2px 2px 5px -1px #b2b2b2; }

/*# sourceMappingURL=unicom4.css.map */
.left-form {
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -182px;
    width: 251px;
    height: 398px;
    background: url(../img20180227/uni-side-bg.png) no-repeat center;
    z-index: 999;
}
.left-form .form-box {
    margin-top: 243px;
    position: relative;
}

.left-form .form-box input[type=text] {
    border: none;
    background: transparent;
    border-bottom: 1px solid #000;
    width: 106px;
    margin: 0 auto;
    outline: none;
}
.left-form .form-box p {
    text-align: center;
    margin-bottom: 18px;
}
.left-form .code-vo-sub {
    position: absolute;
    right: 79px;
    bottom: 6px;   
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.yzmbox {
    position: relative;
}
.left-form .btn-vo-sub {
    width: 158px;
    height: 40px;
    background: #fe6700;
    color: #ffffff;
    border: none;
    position: absolute;
    bottom: -59px;
    left: 39px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}
.left-form .btn-vo-sub:hover {
    font-weight: bold;
}

/* 新年视频 */
.new-year {
  height: 517px;
  background-color: #96191d;
  background-image: url(../img20180227/newyear-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.new-year-video {
  position: relative;
  margin: 20px auto;
  padding: 16px;
  width: 798px;
  height: 448px;
  background-color: #c62c26;
  background-image: url(../img20180227/newyearvideo-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: content-box;
}
.new-year-video video {
  background-color: #c62c26;
}
#new-year-video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  background-image: url(../img20180227/newyear-btn.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  opacity: .9;
  filter: alpha(opacity=90);
}
#new-year-video-btn:hover {
  opacity: .85;
  filter: alpha(opacity=85);
}

/*.SG-kf-group {
    display: none !important;
}          */