* {
    margin: 0;
    padding: 0;
    border: 0;
}

*:focus {
    outline: none;
}

body {
    font-size: 14px;
    font-family: '微软雅黑';
    background:#f5f5f5;
}

.navs a div {
    width: 150px;
    height: 49px;
    font-size: 14px;
    color: #333333;
    background:#FFF;
    text-align:center;
}

.navs a.router-link-active div {
    border-color: #f08200;
    background: #f08200;
    color: #ffffff;
}

.navs div img {
    margin-right: 10px;
    height:20px;
}

.navs div .cur02 {
    display: none;
}

.navs a.router-link-active img {
    display: none;
}

.navs a.router-link-active .cur02 {
    display: block;
}


.navs2 a div {
    width: 150px;
    height: 49px;
    font-size: 14px;
    color: #333333;
    background:#FFF;
    text-align:center;
    border:1px solid #dddddd;
    border-bottom:0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right:20px;
    position:relative;
 }
.navs2 a.router-link-active div {
    border-color: #f08200;
    background: #f08200;
    color: #ffffff;
}
.navs2 i
{
    border:1px solid #fe4531;
    background:#fe4531;
    color:#FFF;
    position:absolute;
    top:-8px;
    right:-10px;
    padding:0 7px;
    font-size:12px;
    border-radius: 35px;
}
.navs2 a.router-link-active i
{
    background:#FFF;
    color:#fe4531;
}
.table {
    border-collapse: collapse;
    width:100%;
}
.table tbody{ border:1px solid #dcdcdc;}
.table th {
    background: #f08200;
    border: 0;
    padding: 12px 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #dcdcdc;
}

.table td {
    color: #333333;
    padding: 10px 5px;
    background: #fef6ed;
    text-align: center;
    font-size: 12px;
}


.table tr.tr01 td {
    background: #f2f2f2;
}

.table tr.tr02 td {
    background: #fff;
}

.table tr.tr03 td {
    background: #fef6ed;
}

.inputs input {
    width: 38px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-size: 14px;
    border-right: 0;
}

.inputs input:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.inputs input:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #dcdcdc;
}

.input_div {
    padding: 15px 25px;
    border-bottom: 1px dashed #dddddd;
}

.input_div .imgInfo div {
    width: 68px;
    height: 68px;
    background: #f08200;
    border-radius: 5px;
}

.input_div .imgInfo span {
    display: block;
    font-weight: bold;
    margin-top: 5px;
}

.input_div:last-child {
    border-bottom: 0;
}

td.btns a {
    width: 60px;
    height: 24px;
    line-height: 24px;
    background: #00c4c2;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}

td.btns a+a {
    background: #ff6c60;
}

.input_div button {
    width: 64px;
    height: 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f08300;
    border: 0;
    margin: 0;
    margin-right: 10px;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    line-height: 24px;
    text-align: center;
}

.input_div button img {
    margin-right: 4px;
    display: inline-block;
    margin-top: 3.5px;
    vertical-align: top;
}

.input_div input[type='text'] {
    width: 140px;
    height: 30px;
    background-color: rgba(245, 245, 245, .5);
    border: solid 1px #dcdcdc;
    line-height: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 8px;
}

.input_div div[class^='li'] {
    margin-left: 50px;
}

.input_div div[class^='li1'] {
    margin-left: 35px;
}

.input_div div[class^='li1']:first-child {
    margin-left: 50px;
}


/* .input_div div[class^='li']:first-child {} */

.input_div div[class^='li']>div {
    margin-bottom: 10px;
    text-align: left;
}

.tit {
    font-size: 12px;
    font-weight: bold;
}

.input_div input[type='text'] {
    width: 200px;
    font-size:12px;
}

.input_div div[class^='li2'] .tit {
    width: 100px;
    display: inline-block;
}

.fy .btn {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: solid 1px #e6e6e6;
    text-align: center;
    margin-left: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size:12px;
    cursor: pointer;
}
.fy .btn img{ width:6px;}

.fy .btn.cur {
    background: #f08300;
    border-color: #f08300;
    color: #fff;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

a {
    text-decoration: none;
}

.sousuo01 {
    width: auto;
}

.sousuo01 input {
    width: 380px;
    height: 50px;
    background: none;
    margin: 0;
    padding: 0;
    -webkit-border-top-left-radius: 25px;
    -moz-border-top-left-radius: 25px;
    border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-right: 0;
    padding: 0 15px 0 45px;
    background:#FFF url(../images/sousuo.jpg) no-repeat;
    background-position: 15px 50%;
    font-size: 14px;
}

.sousuo01 button {
    width: 120px;
    height: 50px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #f08300;
    border: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
}

.datas {
  margin-top: 20px;
}

.datas>div {
    width: 270px;
    text-align: center;
    padding: 87px 0 0;
    
}
.datas >div:nth-child(1)
{
    background:url(../images/vip1.png) no-repeat;
}
.datas >div:nth-child(2)
{
    background:url(../images/vip2.png) no-repeat;
}
.datas >div:nth-child(3)
{
    background:url(../images/vip3.png) no-repeat;
}
.datas >div:nth-child(4)
{
    background:url(../images/vip4.png) no-repeat;
}

.datas h4 {
    height: 54px;
    line-height: 48px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
}

.datas .lis {
    padding-top: 25px;
    background:#FFF;
}

.datas .lis p {
    font-size: 14px;
    color: #999;
    margin-bottom: 12px;
    text-align:left;
    padding:0 35px;
}
.datas .lis p em
{
    float:right;
}
.datas .lis p.tp1 
{
    text-align:center;
}
.datas .lis p b
{
    display:block;
    font-weight:bold;
    font-size:30px;
    color:#ed686e;
}
.datas .lis p i{
    font-size:14px;
    color:#666;
}
.datas >div:nth-child(2) .lis p b
{
    color:#16afea;
}
.datas >div:nth-child(3) .lis p b
{
    color:#30d287;
}
.datas >div:nth-child(4) .lis p b
{
    color:#7274e0;
}
    
.datas .lis .xf{margin:0 15px;padding:18px 0; text-align:center;border-top:1px solid #f5f5f5;font-size:16px;color:#f08200;}
.datas h5 {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #222222;
}

.mr10 {
    margin-right: 10px !important;
}

.mr5 {
    margin-right: 5px !important;
}

/***/

/*.hz_nr{width: 1200px;margin: 0 auto;}*/
.hz_nr ul {
  overflow: hidden;
}

.hz_nr ul li {
  margin-right: 11px;
  width: 230px;
  float: left;
  display: inline;
}

  .hz_nr ul li p a {
    display: inline-block;
    width: 230px;
    height: 499px;
  }

  .hz_nr ul li p {
    margin: 0;
  }

  .hz_nr img {
    width: 230px;
    height: 499px;
    border-radius:50px;
  }

  .hz_nr ul li:last-child {
    margin-right: 0;
  }


.content, .footer {
  width: 1200px;
  margin: 0 auto;
}

    .banben li {
      float: left;
      width: 230px;
      height: 314px;
      background: #fff;
      border-radius: 10px;
      margin-right: 11px;
      margin-top: 20px;
    }

      .banben li:nth-child(5n) {
        margin-right: 0;
      }

    .banben li h3 {
      height: 69px;
      font-weight: normal;
      margin: 0;
      background: url(../images/index/mb1.png) no-repeat;
    }
    .banben li:nth-child(2n) h3 {
      background: url(../images/index/mb2.png) no-repeat;
    }
    .banben li:nth-child(3n) h3 {
      background: url(../images/index/mb3.png) no-repeat;
    }
    .banben li:nth-child(4n) h3 {
      background: url(../images/index/mb4.png) no-repeat;
    }
    .banben li:nth-child(5n) h3 {
      background: url(../images/index/mb5.png) no-repeat;
    }
    .banben li h3 b {
      display: block;
      font-size: 20px;
      color: #fff;
      line-height: 20px;
      padding: 17px 0px 8px 17px;
    }

  .banben li p {
    font-size: 14px;
    color: #666;
    padding: 0px 17px 0px 17px;
    height: 75px;
    margin: 0;
    overflow:hidden;
  }
    .banben li p strong {
      display: block;
      padding-left: 12px;
      background: url(../images/index/tb.png) no-repeat left center;
    }

    .banben li .sheng {
      font-size: 16px;
      color: #F08200;
      border: 1px solid #F8D8B3;
      border-radius: 20px;
      display: block;
      width: 148px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      margin: 0 auto;
    }

  .banben li.cur {
    box-shadow: 5px 5px 20px rgba(85,85,85,0.25),-5px -5px 20px rgba(85,85,85,0.25);
  }
      .banben li. .shanchu {

      }
      .tub {
        height: 8px;
        width: 8px;
      }

.nr {
  padding-top: 20px
}

.js {
  display: block;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
}

*:focus {
    outline: none;
}

body {
    font-size: 14px;
    font-family: '微软雅黑';
    background:#f5f5f5;
}

.navs a div {
    width: 150px;
    height: 49px;
    font-size: 14px;
    color: #333333;
    background:#FFF;
    text-align:center;
}

.navs a.router-link-active div {
    border-color: #f08200;
    background: #f08200;
    color: #ffffff;
}

.navs div img {
    margin-right: 10px;
    height:20px;
}

.navs div .cur02 {
    display: none;
}

.navs a.router-link-active img {
    display: none;
}

.navs a.router-link-active .cur02 {
    display: block;
}


.navs2 a div {
    width: 150px;
    height: 49px;
    font-size: 14px;
    color: #333333;
    background:#FFF;
    text-align:center;
    border:1px solid #dddddd;
    border-bottom:0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right:20px;
    position:relative;
 }
.navs2 a.router-link-active div {
    border-color: #f08200;
    background: #f08200;
    color: #ffffff;
}
.navs2 i
{
    border:1px solid #fe4531;
    background:#fe4531;
    color:#FFF;
    position:absolute;
    top:-8px;
    right:-10px;
    padding:0 7px;
    font-size:12px;
    border-radius: 35px;
}
.navs2 a.router-link-active i
{
    background:#FFF;
    color:#fe4531;
}
.table {
    border-collapse: collapse;
    width:100%;
}
.table tbody{ border:1px solid #dcdcdc;}
.table th {
    background: #f08200;
    border: 0;
    padding: 12px 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #dcdcdc;
}

.table td {
    color: #333333;
    padding: 10px 5px;
    background: #fef6ed;
    text-align: center;
    font-size: 12px;
}


.table tr.tr01 td {
    background: #f2f2f2;
}

.table tr.tr02 td {
    background: #fff;
}

.table tr.tr03 td {
    background: #fef6ed;
}

.inputs input {
    width: 38px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-size: 14px;
    border-right: 0;
}

.inputs input:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.inputs input:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #dcdcdc;
}

.input_div {
    padding: 15px 25px;
    border-bottom: 1px dashed #dddddd;
}

.input_div .imgInfo div {
    width: 68px;
    height: 68px;
    background: #f08200;
    border-radius: 5px;
}

.input_div .imgInfo span {
    display: block;
    font-weight: bold;
    margin-top: 5px;
}

.input_div:last-child {
    border-bottom: 0;
}

td.btns a {
    width: 60px;
    height: 24px;
    line-height: 24px;
    background: #00c4c2;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}

td.btns a+a {
    background: #ff6c60;
}

.input_div button {
    width: 64px;
    height: 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f08300;
    border: 0;
    margin: 0;
    margin-right: 10px;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    line-height: 24px;
    text-align: center;
}

.input_div button img {
    margin-right: 4px;
    display: inline-block;
    margin-top: 3.5px;
    vertical-align: top;
}

.input_div input[type='text'] {
    width: 140px;
    height: 30px;
    background-color: rgba(245, 245, 245, .5);
    border: solid 1px #dcdcdc;
    line-height: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 8px;
}

.input_div div[class^='li'] {
    margin-left: 50px;
}

.input_div div[class^='li1'] {
    margin-left: 35px;
}

.input_div div[class^='li1']:first-child {
    margin-left: 50px;
}


/* .input_div div[class^='li']:first-child {} */

.input_div div[class^='li']>div {
    margin-bottom: 10px;
    text-align: left;
}

.tit {
    font-size: 12px;
    font-weight: bold;
}

.input_div input[type='text'] {
    width: 200px;
    font-size:12px;
}

.input_div div[class^='li2'] .tit {
    width: 100px;
    display: inline-block;
}

.fy .btn {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: solid 1px #e6e6e6;
    text-align: center;
    margin-left: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size:12px;
    cursor: pointer;
}
.fy .btn img{ width:6px;}

.fy .btn.cur {
    background: #f08300;
    border-color: #f08300;
    color: #fff;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

a {
    text-decoration: none;
}

.sousuo01 {
    width: auto;
}

.sousuo01 input {
    width: 380px;
    height: 50px;
    background: none;
    margin: 0;
    padding: 0;
    -webkit-border-top-left-radius: 25px;
    -moz-border-top-left-radius: 25px;
    border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-right: 0;
    padding: 0 15px 0 45px;
    background:#FFF url(../images/sousuo.jpg) no-repeat;
    background-position: 15px 50%;
    font-size: 14px;
}

.sousuo01 button {
    width: 120px;
    height: 50px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #f08300;
    border: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
}


/***/

/*.hz_nr{width: 1200px;margin: 0 auto;}*/
.hz_nr ul {
  overflow: hidden;
}

.hz_nr ul li {
  margin-right: 11px;
  width: 230px;
  float: left;
  display: inline;
}

  .hz_nr ul li p a {
    display: inline-block;
    width: 230px;
    height: 499px;
  }

  .hz_nr ul li p {
    margin: 0;
  }

  .hz_nr img {
    width: 230px;
    height: 499px;
    border-radius:30px;
  }

  .hz_nr ul li:last-child {
    margin-right: 0;
  }


.content, .footer {
  width: 1200px;
  margin: 0 auto;
}

    .banben li {
      float: left;
      margin-right: 11px;
      margin-top: 20px;
      position:relative;
    }
      .banben li .tpli {
        width: 230px;
        height: 314px;
        background: #fff;
        border-radius: 10px;
        margin-bottom:20px;
      }
      .banben li:nth-child(5n) {
        margin-right: 0;
      }

    .banben li h3 {
      height: 69px;
      font-weight: normal;
      margin: 0;
      background: url(../images/index/mb1.png) no-repeat;
    }
    .banben li:nth-child(2n) h3 {
      background: url(../images/index/mb2.png) no-repeat;
    }
    .banben li:nth-child(3n) h3 {
      background: url(../images/index/mb3.png) no-repeat;
    }
    .banben li:nth-child(4n) h3 {
      background: url(../images/index/mb4.png) no-repeat;
    }
    .banben li:nth-child(5n) h3 {
      background: url(../images/index/mb5.png) no-repeat;
    }
    .banben li h3 b {
      display: block;
      font-size: 20px;
      color: #fff;
      line-height: 20px;
      padding: 17px 0px 8px 17px;
    }

  .banben li p {
    font-size: 14px;
    color: #666;
    padding: 0px 17px 0px 17px;
    height: 75px;
    margin: 0;
    overflow:hidden;
  }
    .banben li p strong {
      display: block;
      padding-left: 12px;
      background: url(../images/index/tb.png) no-repeat left center;
    }

    .banben li .sheng {
      font-size: 16px;
      color: #F08200;
      border: 1px solid #F8D8B3;
      border-radius: 20px;
      display: block;
      width: 148px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      margin: 0 auto;
    }

  .banben li.cur {
    box-shadow: 5px 5px 20px rgba(85,85,85,0.25),-5px -5px 20px rgba(85,85,85,0.25);
  }
      .banben li .scu {
        position: absolute;
        top: 0;
        right: 0;
        color: #FFF;
      }
      .tub {
        height: 8px;
        width: 8px;
      }

.nr {
  padding-top: 20px
}

.js {
  display: block;
}
