a:hover, a:active, a:visited, a:link {
  text-decoration: none; }

.pro-text {
  color: #CA954E !important; }

.header {
  background: #fff;
  border-bottom: 1px solid #f2f2f2; }
  .header .container.hidden-sm.hidden-xs {
    height: 1.48rem; }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
    .header .container .nav {
      font-size: 0.3rem;
      height: 100%;
      line-height: 1.48rem; }
      .header .container .nav .a-hover:hover a {
        color: #CA954E;
        border-bottom: 2px solid #CA954E; }
      .header .container .nav .a-hover:hover .hover-box {
        display: block; }
      .header .container .nav .a-hover {
        position: relative;
        display: inline-block;
        cursor: pointer; }
        .header .container .nav .a-hover .hover-box {
          position: absolute;
          top: 98%;
          left: 0;
          background: #CA954E;
          display: none; }
          .header .container .nav .a-hover .hover-box a {
            height: 0.74rem;
            line-height: 0.74rem;
            display: block;
            color: #fff; }
      .header .container .nav a {
        color: #333;
        margin: 0 0.28rem;
        display: inline-block; }
      .header .container .nav a.active {
        color: #CA954E;
        border-bottom: 2px solid #CA954E; }
  .header .img-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .header .no-padding.container {
    padding: 0;
    position: relative;
    margin: 0;
    width: 100%;
    z-index: 1000; }
  .header .navbar-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 1.48rem; }
    .header .navbar-header img {
      width: 2.93rem;
      height: 0.83rem; }
    .header .navbar-header span {
      text-align: right;
      color: #fff;
      cursor: pointer; }
      .header .navbar-header span i {
        display: inline-block;
        text-align: center;
        padding: 0.19rem 0.28rem;
        border-radius: 0.06rem;
        background: #c08d48; }
  .header .navbar-collapse {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 1.48rem;
    margin: 0;
    left: 0;
    z-index: 100;
    max-height: 380px; }
    .header .navbar-collapse .panel-group {
      margin-bottom: 10px; }
    .header .navbar-collapse .panel-default {
      border: 0; }
      .header .navbar-collapse .panel-default .panel-heading {
        background: #fff;
        padding-left: 0px; }
        .header .navbar-collapse .panel-default .panel-heading .panel-title a.active {
          color: #CA954E !important; }
        .header .navbar-collapse .panel-default .panel-heading .panel-title a {
          color: #444;
          font-size: 0.26rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .header .navbar-collapse .panel-default .panel-heading .panel-title a i {
            font-size: 0.37rem; }
      .header .navbar-collapse .panel-default .panel-body a.active {
        color: #CA954E !important; }
      .header .navbar-collapse .panel-default .panel-body a:nth-child(1) {
        margin-top: 0px; }
      .header .navbar-collapse .panel-default .panel-body a {
        font-size: 0.26rem;
        margin-top: 0.28rem;
        display: inline-block; }

.main {
  margin-top: 1.48rem; }

.banner {
  position: relative;
  background: url("../image/my (14).jpg") no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: 30% center;
  height: 8.15rem; }
  .banner img {
    width: 100%;
    height: 100%; }
  .banner .title-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 2.59rem;
    background: #ca954e;
    text-align: center;
    color: #fff; }
    .banner .title-box h2 {
      margin: 0;
      font-size: 0.74rem;
      position: relative;
      display: inline-block;
      margin-top: 16%; }
    .banner .title-box h2:before {
      display: inline-block;
      content: '';
      width: 0.56rem;
      height: 2px;
      background: white;
      position: absolute;
      top: -0.52rem;
      right: 0.07rem; }

.text-999 {
  color: #999 !important; }

.text-666 {
  color: #666 !important; }

.common-panel {
  text-align: center; }
  .common-panel h2 {
    font-size: 0.67rem;
    color: #444444;
    position: relative;
    display: inline-block;
    margin-bottom: 1.11rem; }
  .common-panel h2:after {
    display: inline-block;
    content: '';
    width: 0.74rem;
    height: 0.04rem;
    background: #888888;
    position: absolute;
    bottom: -0.56rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .common-panel .crumbs {
    font-size: 0.3rem; }
    .common-panel .crumbs a.active {
      color: #F39D2A; }
      .common-panel .crumbs a.active span {
        color: #444; }
    .common-panel .crumbs a {
      color: #444;
      cursor: pointer; }
      .common-panel .crumbs a span {
        margin: 0.28rem; }

.a-color {
  color: #0087E3 !important; }

.common-tab .tab-title {
  width: 80%;
  line-height: 1.11rem;
  background: #f1f2f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10%;
  margin: 0; }
  .common-tab .tab-title li a.active {
    color: #007ED7;
    border-bottom: 0.04rem solid #007ED7; }
  .common-tab .tab-title li a {
    display: inline-block;
    color: #666;
    font-size: 0.3rem; }
  .common-tab .tab-title li span {
    margin: 0 0.37rem;
    color: #aaaaaa;
    font-size: 0.33rem; }

.common-pages {
  margin-bottom: 0.74rem; }

.pagination > li > a {
  color: #666; }

.pagination > .active > a {
  background: #CA954E;
  border-color: #CA954E;
  color: #fff; }

.footer {
  background: #222222;
  padding-top: .37rem; }
  .footer .panel-group .panel-default {
    border: 0; }
    .footer .panel-group .panel-default .panel-heading {
      background: #222;
      border: 0; }
    .footer .panel-group .panel-default .panel-title a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-size: 0.3rem;
      color: #fff; }
      .footer .panel-group .panel-default .panel-title a i {
        font-size: 0.37rem; }
    .footer .panel-group .panel-default .panel-body {
      background: #222222;
      border-top: 0; }
      .footer .panel-group .panel-default .panel-body a:first-child {
        margin-top: 0; }
      .footer .panel-group .panel-default .panel-body a {
        margin-top: 0.28rem;
        color: #aaa;
        font-size: 0.3rem; }
  .footer ul li {
    width: 100%; }
  .footer ul li:first-child {
    color: #fff;
    font-size: 0.33rem;
    margin-bottom: 0.19rem;
    line-height: 0.83rem; }
    .footer ul li:first-child span {
      display: inline-block; }
  .footer ul li a {
    line-height: 0.56rem;
    color: #AAAAAA;
    font-size: 0.24rem; }
  .footer .col-md-2.col-sm-2.col-xs-2 {
    padding: 0 0.15rem;
    width: 13.666667%; }

.beian {
  background: #111111;
  height: 1.85rem;
  padding-top: 0.54rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .beian div:first-child {
    margin-bottom: 0.09rem;
    color: #666; }
  .beian div {
    font-size: 0.26rem;
    color: #fff;
    text-align: center;
    color: #999; }
    .beian div img {
      margin-right: 0.09rem; }

@media (max-width: 768px) {
  .common-tab .tab-title, .banner .title-box {
    display: none !important; } }

@media (max-width: 767px) {
  body p {
    font-size: 0.3rem !important; }
  .banner {
    height: 5.56rem; }
  .common-panel {
    padding-top: 0.65rem !important; }
  .common-tab .tab-title {
    width: 100%;
    padding-left: 0.19rem; }
    .common-tab .tab-title li a {
      margin-right: 0.19rem; } }

@media (min-width: 769px) and (max-width: 1200px) {
  .common-tab .tab-title {
    width: 100%;
    padding-left: 0.37rem; }
    .common-tab .tab-title li span {
      margin: 0 0.19rem; } }

@media (min-width: 1201px) and (max-width: 1580px) {
  .common-tab .tab-title {
    width: 100%;
    padding-left: 6%; }
    .common-tab .tab-title li span {
      margin: 0 0.37rem; } }

@media (width: 768px) {
  .common-tab .tab-title {
    width: 100%;
    margin: 0 auto; }
    .common-tab .tab-title li a {
      margin-right: 0.28rem; }
  .common .navbar-collapse.collapse {
    display: none !important;
    height: 0 !important;
    padding-bottom: 0.37rem;
    max-height: 7rem; }
  .common .navbar-collapse.collapse.in {
    display: block !important;
    height: auto !important; }
  .navbar-fixed-top .navbar-collapse {
    padding: 0 0.28rem; } }

.index-style .carousel-indicators li {
  width: 0.56rem;
  height: 0.07rem;
  background: #fff;
  opacity: 0.5; }

.index-style .carousel-indicators li.active {
  background: #CA954E;
  border-color: #CA954E; }

.index-style .common-panel.we {
  background: #f8f8f8;
  padding: 1.11rem 0; }
  .index-style .common-panel.we .row:last-child div {
    margin-bottom: 0.56rem; }
  .index-style .common-panel.we .row:last-child a.a-color {
    text-align: left;
    font-size: 0.26rem;
    display: block;
    margin-left: 0.28rem; }
  .index-style .common-panel.we .row {
    display: none;
    margin-top: 0.56rem; }
    .index-style .common-panel.we .row .text-box {
      text-align: left; }
      .index-style .common-panel.we .row .text-box p {
        margin-bottom: 0.48rem;
        font-size: 0.26rem;
        color: #444444; }
      .index-style .common-panel.we .row .text-box a {
        font-size: 0.26rem;
        margin-top: 1.11rem;
        display: block;
        margin-bottom: 0.56rem; }
    .index-style .common-panel.we .row .img-box img {
      width: 100%; }

.index-style .common-panel.ziben {
  background: url("../image/sy (13).jpg") no-repeat;
  width: 100%;
  height: 11.67rem;
  background-size: 100% 100%;
  padding: 1.11rem 0 0; }
  .index-style .common-panel.ziben h2 {
    color: #fff; }
  .index-style .common-panel.ziben h2:after {
    background: #fff; }
  .index-style .common-panel.ziben .row .img-box {
    margin-bottom: 0.37rem; }
    .index-style .common-panel.ziben .row .img-box img {
      width: 100%; }

.index-style .common-panel.zixun {
  padding: 1.11rem 0; }
  .index-style .common-panel.zixun .crumbs {
    margin-bottom: 0.56rem; }
  .index-style .common-panel.zixun .row {
    display: none; }
    .index-style .common-panel.zixun .row .img-text:hover {
      -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15); }
    .index-style .common-panel.zixun .row .img-text:nth-child(2) {
      margin: 0 1%; }
    .index-style .common-panel.zixun .row .img-text {
      width: 32.5%;
      background: #fff;
      padding: 0.28rem;
      border: 0.22rem; }
      .index-style .common-panel.zixun .row .img-text .img-box {
        height: 4.41rem; }
        .index-style .common-panel.zixun .row .img-text .img-box img {
          width: 100%;
          height: 100%; }
      .index-style .common-panel.zixun .row .img-text .text-box {
        text-align: left; }
        .index-style .common-panel.zixun .row .img-text .text-box .title {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          font-size: 0.3rem;
          margin-top: 0.19rem; }
        .index-style .common-panel.zixun .row .img-text .text-box .text-999 {
          margin: 0.28rem 0; }
        .index-style .common-panel.zixun .row .img-text .text-box p {
          font-size: 0.26rem; }
        .index-style .common-panel.zixun .row .img-text .text-box p.text-666 {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }

@media (max-width: 767px) {
  .index-style .carousel .carousel-indicators {
    bottom: 0; }
  .index-style .common-panel.zixun .row .img-text .img-box {
    height: auto; }
  .index-style .common-panel.we .row .text-box a, .index-style .common-panel.we .row:last-child a.a-color {
    text-align: center; }
  .index-style .common-panel.zixun .row .img-text {
    width: 100%; } }
