.header {
  height: 121px;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff; }
  .header .header-l {
    width: 38%;
    height: 100%;
    float: left; }
    .header .header-l .logo-box {
      float: right; }
  .header .header-r {
    width: 62%;
    height: 100%;
    padding-left: 30px;
    float: left; }
    .header .header-r .header-r-top {
      width: 75%;
      height: 55px; }
      .header .header-r .header-r-top ul {
        float: right; }
        .header .header-r .header-r-top ul li {
          float: left;
          margin-right: 10px;
          line-height: 55px;
          font-size: 12px;
          color: #777; }
          .header .header-r .header-r-top ul li a {
            color: #777; }
          .header .header-r .header-r-top ul li input {
            height: 20px;
            background-color: #e7e7e7;
            padding-left: 10px;
            border: 2px solid #e7e7e7; }
            .header .header-r .header-r-top ul li input:focus {
              border: 2px solid #9abbf2; }
          .header .header-r .header-r-top ul li .glyphicon {
            width: 23px;
            height: 20px;
            text-align: center;
            line-height: 14px;
            border: 2px solid #ff742c;
            background-color: #ff742c;
            color: #fff; }
    .header .header-r .header-r-bottom {
      width: 100%;
      height: 36px;
      background-color: #ff742c;
      -webkit-border-top-left-radius: 20px;
      -webkit-border-bottom-left-radius: 20px;
      -moz-border-radius-topleft: 20px;
      -moz-border-radius-bottomleft: 20px;
      border-top-left-radius: 20px; }
      .header .header-r .header-r-bottom ul {
        padding-left: 27px; }
        .header .header-r .header-r-bottom ul .active li ~ a {
          color: #777777; }
        .header .header-r .header-r-bottom ul li {
          float: left;
          line-height: 36px;
          text-align: center; }
          .header .header-r .header-r-bottom ul li a {
            padding: 0 15px;
            border-right: 1px solid #fff;
            color: #fff;
            display: initial; }
            .header .header-r .header-r-bottom ul li a:hover {
              background-color: #ff742c;
              color: #777777; }
          .header .header-r .header-r-bottom ul li:last-child a {
            border-right: none; }
      .header .header-r .header-r-bottom .dropdown:hover > a {
        background-color: #ff742c;
        color: #777; }
      .header .header-r .header-r-bottom .dropdown .dropdown-menu {
        padding-left: 0;
        background-color: #ff742c;
        left: -50%;
        text-align: left; }
        .header .header-r .header-r-bottom .dropdown .dropdown-menu a {
          border-right: none; }
          .header .header-r .header-r-bottom .dropdown .dropdown-menu a:hover {
            background-color: #ff742c !important;
            color: #777; }
        .header .header-r .header-r-bottom .dropdown .dropdown-menu > li {
          width: 100%; }

.index-slide {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px; }
  .index-slide .item img {
    margin: 0 auto; }

.section {
  margin-bottom: 40px; }

.title-box {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #B5B5B5;
  margin-bottom: 15px; }
  .title-box h2 {
    font-size: 18px;
    color: #ff742c; }
    .title-box h2 span {
      color: #B5B5B5; }
  .title-box a {
    position: absolute;
    top: 0;
    right: 0;
    color: #ff742c; }

.product-item {
  width: 232px;
  height: 280px;
  margin: 0 auto;
  position: relative; }
  .product-item .product-title {
    min-width: 180px;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 20%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 18px; }

.service1 {
  background: url("../img/product-bg.png") no-repeat -244px 0; }
  .service1:hover {
    background: url("../img/product-bg.png") no-repeat -244px -301px; }

.service2 {
  background: url("../img/product-bg.png") no-repeat -487px 0; }
  .service2:hover {
    background: url("../img/product-bg.png") no-repeat -487px -301px; }

.service3 {
  background: url("../img/product-bg.png") no-repeat 0 0; }
  .service3:hover {
    background: url("../img/product-bg.png") no-repeat 0 -301px; }

.service4 {
  background: url("../img/product-bg.png") no-repeat -734px 0; }
  .service4:hover {
    background: url("../img/product-bg.png") no-repeat -734px -301px; }

.news-img-box, .news-list {
  height: 252px;
  overflow: hidden; }

.news-img-box {
  background: url("../img/news-list-bg.png") no-repeat;
  background-size: contain;
  background-position: center center; }

.news-img {
  width: 100%;
  height: 100%;
  display: none;
  transition: all 2s linear; }

.news-img-box .active {
  display: block;
  transition: all 2s linear; }

.news-list > li {
  width: 100%;
  height: 71px;
  margin-top: 20px; }
  .news-list > li:first-child {
    margin-top: 0; }
  .news-list > li:hover h3 {
    color: #ad6a3e; }

.date-box {
  width: 71px;
  height: 71px;
  background-color: #ff742c;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left; }
  .date-box h2 {
    font-size: 24px;
    font-weight: bolder; }

.news-info {
  width: 80%;
  margin-left: 10px;
  padding: 0 10px;
  float: left; }
  .news-info h3 {
    font-size: 18px;
    color: #ff742c;
    margin-bottom: 5px; }
  .news-info p {
    font-size: 12px;
    line-height: 2em;
    text-overflow: ellipsis;
    overflow: hidden; }

.about-img {
  width: 100%; }

.about-info {
  text-indent: 2em;
  font-size: 16px;
  line-height: 3em; }

.link-box {
  width: 100%;
  height: 109px; }
  .link-box .swiper-slide {
    height: auto; }

footer {
  border-top: 2px solid #eee;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  footer .footer-t {
    padding-top: 10px;
    padding-bottom: 10px; }
    footer .footer-t .foot-list li {
      float: left;
      width: 20%;
      text-align: center; }
      footer .footer-t .foot-list li h3 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px; }
        footer .footer-t .foot-list li h3:hover a {
          color: #ff742c; }
      footer .footer-t .foot-list li p {
        font-size: 12px;
        margin-bottom: 5px; }
        footer .footer-t .foot-list li p a {
          color: #838383; }
        footer .footer-t .foot-list li p:hover a {
          color: #ff742c; }
    footer .footer-t .phone-box {
      float: left;
      margin-top: 20px;
      margin-left: 40px; }
      footer .footer-t .phone-box img {
        float: left;
        width: 37px; }
      footer .footer-t .phone-box .phone-num {
        float: left;
        margin-top: -10px;
        margin-left: 10px; }
        footer .footer-t .phone-box .phone-num .foot-num {
          color: #ff742c;
          font-size: 24px; }
    footer .footer-t .foot-codeimg {
      float: left;
      margin-left: 30px; }
  footer .footer-b {
    background-color: #2b2b2b;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
    footer .footer-b .container {
      padding: 10px 60px; }
    footer .footer-b .address {
      float: left; }
    footer .footer-b .copyright {
      float: right; }
    footer .footer-b p {
      color: #fff; }

.fix-left {
  font-size: 20px;
  position: fixed;
  right: 0;
  top: 50%; }
  .fix-left .fix-item {
    display: block;
    margin-bottom: 4px;
    padding: 18px 20px;
    background-color: #4C484D;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: relative; }
    .fix-left .fix-item .left-codeimg {
      position: absolute;
      left: -220%;
      top: -50%;
      display: none; }

.about-banner {
  padding-left: 0;
  padding-right: 0; }

.about-banner img {
  width: 100%; }

.about-main {
  padding-top: 40px; }
  .about-main .title {
    font-size: 28px;
    color: #817F7F;
    margin-bottom: 10px; }

.about-title-box {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center; }

.about-title-list {
  display: inline-block;
  height: auto;
  margin: 0 auto;
  text-align: center; }
  .about-title-list .about-title-item {
    float: left;
    margin-left: 15px; }
    .about-title-list .about-title-item a {
      display: block;
      padding: 10px 30px;
      border: 1px solid #eee; }

.about-title-list a:hover, .about-title-list .active a {
  background-color: #2B292C;
  color: #fff; }

.content-box {
  width: 100%;
  min-height: 500px;
  margin-top: 40px;
  margin-bottom: 100px; }

.work-name {
  padding-top: 40px;
  position: relative; }
  .work-name .work-title {
    font-size: 18px;
    position: absolute;
    top: 40px;
    right: 20px; }
  .work-name .work-icon {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 3px solid #eee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    right: -10px;
    z-index: 10; }

.work-info {
  padding-left: 200px;
  padding-top: 20px;
  border-left: 1px solid #eee;
  position: relative; }
  .work-info .work-info-img {
    width: 39px;
    height: 42px;
    background: url("../img/job_yp_bg.png") 0 -42px no-repeat;
    position: absolute;
    top: 20px;
    left: 150px; }

.job-item:hover .work-title {
  color: red; }
.job-item:hover .work-icon {
  border-color: red; }
.job-item:hover .work-info-img {
  background: url("../img/job_yp_bg.png") 0 0 no-repeat; }

.business-item {
  width: 980px;
  margin: 40px auto;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 2px gray;
  -moz-box-shadow: 0 0 2px gray;
  -o-box-shadow: 0 0 2px gray;
  box-shadow: 0 0 2px gray;
  border-collapse: separate !important; }
  .business-item .img-box {
    padding-top: 30px;
    padding-bottom: 30px; }
    .business-item .img-box a {
      display: block; }
    .business-item .img-box img {
      width: 100%; }
  .business-item .col-sm-7 {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px; }
  .business-item .business-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px; }
  .business-item .info-box {
    height: 104px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 40px; }
  .business-item .business-info {
    text-indent: 2em;
    line-height: 26px;
    overflow: hidden; }
  .business-item .business-btn {
    background-color: #ff742c;
    padding: 4px 6px;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

.pagecontrol-box {
  text-align: center; }

.pagecontrol {
  display: inline-block;
  margin: 20px auto; }
  .pagecontrol li {
    padding: 5px 8px;
    border: 1px solid #ff742c;
    float: left;
    margin-right: 10px;
    margin-left: 10px; }
  .pagecontrol li:hover, .pagecontrol .thisclass {
    background-color: #ff742c;
    color: #fff; }
    .pagecontrol li:hover a, .pagecontrol .thisclass a {
      color: #fff; }

/*# sourceMappingURL=style.css.map */
