/*sass rule*/
@font-face {
  font-family: 'LHANDW';
  src: url("fonts/LHANDW.eot");
  src: url("fonts/LHANDW.eot?#iefix") format("embedded-opentype"), url("fonts/LHANDW.woff") format("woff"), url("fonts/LHANDW.ttf") format("truetype"), url("fonts/LHANDW.svg#AlluraRegular") format("svg"); }

/*style*/
html {
  width: 100%;
  height: 100%; }

body {
  font-size: 14px;
  color: #444;
  font-weight: 400;
  background: #fff;
  min-width: 1420px;
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
  font-family: 'Microsoft Yahei', 'PingFang SC', 'STHeitiSC-Light'; }

a {
  text-decoration: none;
  color: #444; }

a:hover {
  text-decoration: none;
  color: #78b02b; }

.fl {
  float: left; }

.fr {
  float: right; }

.no-margin {
  margin: 0 !important; }

.no-border {
  border: 0 !important; }

.space30 {
  height: 30px; }

.box-contain {
  width: 1420px;
  margin: 0 auto;
  background: #fff; }

.top-head {
  height: 136px;
  position: relative;
  z-index: 1; }
  .top-head .header-box {
    width: 1210px;
    margin: 0 auto; }
  .top-head .nav-box {
    width: 1170px;
    margin: 0 auto; }
  .top-head .head-slogan {
    height: 44px;
    padding: 0 110px;
    background: #444;
    color: #fff;
    line-height: 44px; }
  .top-head .head-nav {
    height: 92px;
    background: #fff;
    padding: 0 130px; }
    .top-head .head-nav .nav-logo {
      margin-top: 17px; }
    .top-head .head-nav .navgation {
      height: 92px; }
      .top-head .head-nav .navgation .menu {
        float: left;
        min-width: 78px;
        position: relative;
        padding: 0 10px; }
        .top-head .head-nav .navgation .menu span {
          display: block;
          width: 100%;
          text-align: center;
          height: 100%;
          line-height: 92px; }
          .top-head .head-nav .navgation .menu span a {
            display: block;
            padding: 0 10px;
            height: 92px; }
            .top-head .head-nav .navgation .menu span a:hover {
              color: #444;
              background: #f9f7f8;
              border-bottom: 3px solid #78b02b;
              height: 89px; }
        .top-head .head-nav .navgation .menu.active span a {
          color: #444;
          background: #f9f7f8;
          border-bottom: 3px solid #78b02b;
          height: 89px; }
        .top-head .head-nav .navgation .menu ul {
          display: none;
          position: absolute;
          z-index: 1;
          left: 10px;
          top: 92px;
          right: 10px; }
          .top-head .head-nav .navgation .menu ul li a {
            display: block;
            color: #fff;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            min-width: 78px;
            text-align: center;
            height: 100%;
            line-height: 32px;
            font-size: 12px;
            background: #78b02b; }
            .top-head .head-nav .navgation .menu ul li a:hover {
              background: #93d636; }

.index-banner {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden; }
  .index-banner #banner {
    width: auto; }
    .index-banner #banner li {
      display: none;
      width: 100%;
      height: auto;
      font-size: 0;
      overflow: hidden;
      position: relative;
      z-index: 0; }
      .index-banner #banner li:first-child {
        display: block; }
      .index-banner #banner li img {
        width: 100%; }
  .index-banner .numericControls {
    position: absolute;
    left: 0;
    bottom: 14px;
    z-index: 99;
    width: 100%;
    height: 4px;
    text-align: center; }
    .index-banner .numericControls li {
      display: inline;
      margin: 0 10px;
      padding: 0;
      vertical-align: top; }
      .index-banner .numericControls li a {
        display: inline-block;
        *display: inline;
        width: 60px;
        height: 4px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 4px;
        line-height: 0;
        font-size: 0;
        zoom: 1;
        vertical-align: top; }
        .index-banner .numericControls li a:focus {
          outline: none; }
      .index-banner .numericControls li.current a {
        background: #78b02b; }

.index-products {
  background: #fff;
  padding: 46px 0 0; }
  .index-products h1 {
    text-align: center;
    color: #424242;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px; }
  .index-products h2 {
    margin-top: 5px;
    text-align: center;
    color: #969696;
    font-size: 14px;
    font-weight: normal; }
  .index-products article {
    width: 1150px;
    margin: 30px auto 0 auto;
    color: #999;
    line-height: 25px;
    text-align: center; }
  .index-products .products-tab {
    margin-top: 30px; }
    .index-products .products-tab .tab {
      text-align: center;
      font-size: 0; }
      .index-products .products-tab .tab li {
        display: inline-block;
        border: 1px solid #b6b6b6;
        height: 30px;
        line-height: 30px;
        text-align: center;
        padding: 0 12px;
        color: #616161;
        margin: 0 5px;
        font-size: 14px;
        cursor: pointer; }
        .index-products .products-tab .tab li:hover, .index-products .products-tab .tab li.active {
          color: #78b02b;
          border-color: #78b02b; }
    .index-products .products-tab .tab-box {
      overflow: hidden;
      height: 620px; }
      .index-products .products-tab .tab-box .tab-cont {
        padding-top: 48px; }

.product-list {
  width: 1288px;
  margin: 0 auto; }
  .product-list li {
    float: left;
    width: 270px;
    height: 245px;
    margin: 0 26px 48px 26px; }
    .product-list li a {
      display: block; }
    .product-list li figure {
      width: 100%;
      height: 180px;
      overflow: hidden; }
      .product-list li figure img {
        width: 270px;
        height: 180px;
        display: block;
        transition: all 0.5s; }
        .product-list li figure img:hover {
          transform: scale(1.05); }
    .product-list li .long-line {
      margin-top: 12px;
      border-top: 1px solid #e1e1e1; }
    .product-list li .short-line {
      width: 10px;
      border-top: 1px solid #000; }
    .product-list li h3 {
      color: #999;
      margin-top: 8px;
      font-size: 14px;
      font-weight: normal; }

.index-about {
  background: #32373c;
  padding: 65px 75px;
  overflow: hidden; }
  .index-about .index-about-box {
    width: 1253px;
    margin: 0 auto; }
  .index-about .about-img {
    overflow: hidden;
    width: 683px; }
  .index-about .about-article {
    color: #fff;
    width: 550px;
    margin-left: 20px; }
    .index-about .about-article h1 {
      font-size: 28px; }
    .index-about .about-article .article {
      margin-top: 50px;
      line-height: 25px; }

.index-advantage {
  background: #f5f5f5;
  padding: 46px 0 80px 0; }
  .index-advantage h1 {
    text-align: center;
    color: #424242;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px; }
  .index-advantage h2 {
    margin-top: 5px;
    text-align: center;
    color: #969696;
    font-size: 14px;
    font-weight: normal; }
  .index-advantage .advantage-list {
    margin: 40px auto 0 auto;
    width: 1296px;
    border: 1px solid #e5e5e5; }
    .index-advantage .advantage-list .adv-row {
      height: 173px;
      overflow: hidden; }
      .index-advantage .advantage-list .adv-row .adv-item {
        width: 432px;
        height: 173px;
        float: left; }
        .index-advantage .advantage-list .adv-row .adv-item figure {
          float: left;
          width: 216px;
          height: 173px;
          overflow: hidden; }
          .index-advantage .advantage-list .adv-row .adv-item figure img {
            width: 100%;
            height: 100%;
            display: inline-block;
            transition: all 0.5s; }
        .index-advantage .advantage-list .adv-row .adv-item:hover figure img {
          transform: scale(1.05); }
        .index-advantage .advantage-list .adv-row .adv-item .item-article {
          float: left;
          width: 186px;
          height: 125px;
          padding: 24px 15px;
          background: #fff;
          overflow: hidden; }
          .index-advantage .advantage-list .adv-row .adv-item .item-article h3 {
            color: #808080;
            font-size: 14px; }
          .index-advantage .advantage-list .adv-row .adv-item .item-article .article {
            margin-top: 15px;
            font-size: 12px;
            color: #999;
            line-height: 23px; }
      .index-advantage .advantage-list .adv-row.img-right .adv-item figure {
        float: right; }

.index-news {
  background: #fff;
  padding: 48px 68px 30px 68px;
  overflow: hidden; }
  .index-news .index-news-box {
    width: 1296px;
    margin: 0 auto;
    overflow: hidden; }
  .index-news .news-box {
    width: 605px; }
    .index-news .news-box .news-title {
      height: 24px;
      line-height: 24px;
      border-left: 4px solid #78b02b;
      padding-left: 18px; }
      .index-news .news-box .news-title span {
        float: right; }
        .index-news .news-box .news-title span a {
          color: #8b8b8b; }
          .index-news .news-box .news-title span a:hover {
            color: #78b02b; }
      .index-news .news-box .news-title strong {
        color: #424242;
        font-size: 22px; }
      .index-news .news-box .news-title em {
        font-style: normal;
        color: #b3b3b3;
        font-size: 18px;
        margin-left: 20px; }
    .index-news .news-box .news-img {
      overflow: hidden;
      margin-top: 32px; }
      .index-news .news-box .news-img figure {
        float: left;
        width: 246px;
        height: 137px;
        overflow: hidden; }
        .index-news .news-box .news-img figure img {
          width: 100%;
          height: 100%;
          display: inline-block;
          transition: all 0.5s; }
      .index-news .news-box .news-img a {
        display: block; }
        .index-news .news-box .news-img a:hover figure img {
          transform: scale(1.05); }
      .index-news .news-box .news-img dl {
        width: 310px;
        float: left;
        margin-left: 10px; }
        .index-news .news-box .news-img dl dt {
          font-size: 18px;
          margin-top: 10px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .index-news .news-box .news-img dl dd {
          margin-top: 24px;
          color: #b6b6b6;
          line-height: 22px;
          text-indent: 26px; }
    .index-news .news-box .index-news-list {
      margin-top: 20px; }
      .index-news .news-box .index-news-list ul li {
        margin-bottom: 12px; }
        .index-news .news-box .index-news-list ul li span {
          float: right;
          color: #8b8b8b; }
        .index-news .news-box .index-news-list ul li a {
          color: #8b8b8b;
          display: block;
          max-width: 485px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .index-news .news-box .index-news-list ul li a:hover {
            color: #78b02b; }

.foot-box {
  background: #444;
  padding: 22px 136px;
  overflow: hidden;
  color: #fff; }
  .foot-box a {
    color: #fff; }
    .foot-box a:hover {
      text-decoration: underline; }
  .foot-box .foot-contain {
    width: 1150px;
    margin: 0 auto;
    overflow: hidden; }
  .foot-box .contact-way {
    width: 540px;
    overflow: hidden; }
    .foot-box .contact-way figure {
      float: left;
      width: 118px;
      height: 118px; }
    .foot-box .contact-way div {
      float: left;
      margin-left: 14px;
      width: 408px; }
      .foot-box .contact-way div h3 {
        margin-top: 8px;
        font-size: 18px;
        line-height: 20px;
        font-weight: normal; }
      .foot-box .contact-way div h4 {
        margin-top: 8px;
        font-weight: bold;
        font-size: 20px;
        line-height: 22px; }
      .foot-box .contact-way div h5 {
        font-size: 14px;
        margin-top: 10px;
        font-weight: normal; }
      .foot-box .contact-way div h6 {
        margin-top: 10px;
        font-weight: normal; }
  .foot-box .foot-link .search {
    margin-top: 10px;
    background: #333;
    width: 445px;
    height: 29px;
    padding: 5px;
    overflow: hidden; }
    .foot-box .foot-link .search input {
      float: left;
      display: inline-block;
      vertical-align: top;
      border: 0;
      background: #fff;
      width: 367px;
      height: 29px;
      padding: 0 5px; }
    .foot-box .foot-link .search button {
      float: left;
      display: inline-block;
      vertical-align: top;
      width: 78px;
      height: 30px;
      background: #d41a18;
      color: #fff;
      font-size: 14px;
      text-align: center;
      line-height: 30px;
      border: 0; }
  .foot-box .foot-link .copyright {
    margin-top: 6px;
    line-height: 24px; }

.inner-banner {
  font-size: 0;
  text-align: center; }
  .inner-banner img {
    max-width: 100%; }

.inner-title {
  background: url(../images/img_title_line.png) no-repeat center bottom;
  padding: 32px 0 10px 0;
  text-align: center; }
  .inner-title h1 {
    font-size: 20px;
    line-height: 22px;
    font-weight: normal; }
  .inner-title h2 {
    font-size: 14px;
    color: #666;
    font-family: 'LHANDW';
    font-weight: normal;
    margin-top: 10px; }

.inner-column {
  margin: 35px auto 0 auto;
  overflow: hidden;
  width: 1296px;
  border-bottom: 1px solid #e5e5e5; }
  .inner-column ul {
    font-size: 0;
    text-align: center; }
  .inner-column li {
    display: inline-block;
    vertical-align: top;
    margin: 0 22px 22px 22px; }
    .inner-column li a {
      display: block;
      height: 38px;
      line-height: 38px;
      text-align: center;
      padding: 0 20px;
      font-size: 16px; }
      .inner-column li a:hover {
        color: #fff;
        font-weight: bold;
        background: #78b02b; }
    .inner-column li.active a {
      color: #fff;
      font-weight: bold;
      background: #78b02b; }

.inner-location {
  width: 1296px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: right;
  color: #78b02b; }
  .inner-location a {
    color: #78b02b; }
  .inner-location em {
    color: #999; }

.inner-article {
  width: 1296px;
  margin: 0 auto;
  min-height: 300px;
  padding: 0 62px;
  line-height: 24px;
  font-size: 14px; }

.pages {
  margin: 20px 0; }
  .pages .digg {
    text-align: center;
    font-size: 0; }
    .pages .digg a,
    .pages .digg span {
      display: inline-block;
      font-size: 12px;
      color: #999;
      margin: 0 5px;
      padding: 0 15px;
      height: 34px;
      line-height: 34px;
      border: 1px solid #e5e5e5; }
    .pages .digg span.current {
      background: #93d636;
      color: #fff;
      border-color: #93d636; }

.honor-img-list {
  width: 1230px;
  margin: 0 auto;
  overflow: hidden; }
  .honor-img-list ul li {
    float: left;
    width: 320px;
    height: 270px;
    margin: 0 45px 20px 45px; }
    .honor-img-list ul li a {
      display: block; }
    .honor-img-list ul li figure {
      width: 320px;
      height: 224px; }
      .honor-img-list ul li figure img {
        width: 100%;
        height: 100%; }
    .honor-img-list ul li p {
      margin-top: 20px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      text-align: center; }

.news-list {
  width: 1210px;
  margin: 0 auto;
  overflow: hidden; }
  .news-list ul li {
    overflow: hidden;
    margin-bottom: 40px; }
    .news-list ul li figure {
      float: left;
      width: 370px;
      height: 225px;
      overflow: hidden; }
      .news-list ul li figure img {
        width: 100%;
        height: 100%;
        display: inline-block;
        transition: all 0.5s; }
      .news-list ul li figure a:hover img {
        transform: scale(1.05); }
    .news-list ul li dl {
      float: left;
      width: 805px;
      margin-left: 35px;
      padding-top: 20px; }
      .news-list ul li dl dt a {
        font-size: 18px;
        font-weight: bold;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        width: 670px; }
      .news-list ul li dl dt span {
        float: right;
        color: #999; }
      .news-list ul li dl dd {
        margin-top: 30px;
        color: #666;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        -webkit-box-orient: vertical; }
        .news-list ul li dl dd.more a {
          display: inline-block;
          width: 106px;
          height: 38px;
          line-height: 38px;
          text-align: center;
          border: 1px solid #444; }
          .news-list ul li dl dd.more a:hover {
            background-color: #78b02b;
            color: #fff;
            border-color: #78b02b; }

.detail-title {
  height: 30px;
  position: relative;
  width: 1150px;
  margin: 45px auto 0 auto; }
  .detail-title em {
    display: block;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 165px;
    right: 0; }
  .detail-title strong {
    display: inline-block;
    width: 150px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #78b02b;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0; }
  .detail-title span {
    display: inline-block;
    padding-left: 24px;
    height: 30px;
    line-height: 30px;
    background: #fff url(../images/icon_home.png) no-repeat 5px center;
    background-size: auto 15px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0; }

.detail-nav {
  text-align: center;
  font-size: 0;
  padding: 0 100px;
  margin-top: 45px; }
  .detail-nav a {
    display: inline-block;
    vertical-align: top;
    height: 43px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 0 45px;
    margin: 0 10px 20px 10px;
    font-size: 15px;
    line-height: 43px; }
    .detail-nav a:hover {
      background-color: #78b02b;
      color: #fff;
      border-color: #78b02b; }

.detail-content {
  width: 1150px;
  margin: 0 auto;
  padding: 40px 0;
  min-height: 300px; }
  .detail-content .title {
    font-size: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center; }
  .detail-content .summary {
    margin-top: 20px;
    border: 1px solid #e4e4e4;
    padding: 10px 20px;
    background: #f5f5f5;
    color: #999;
    font-size: 13px;
    font-weight: normal; }
  .detail-content .article {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px; }

.detail-prev-next {
  width: 1150px;
  margin: 10px auto;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
  font-size: 13px; }
  .detail-prev-next span {
    display: block;
    max-width: 520px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .detail-prev-next span em {
      color: #b6b6b6; }

.product-search {
  width: 1246px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 50px; }
  .product-search .search {
    float: left;
    overflow: hidden; }
    .product-search .search input {
      float: left;
      border: 1px solid #e5e5e5;
      height: 28px;
      width: 171px;
      border-right: none;
      line-height: 28px;
      font-size: 12px;
      padding-left: 12px; }
    .product-search .search button {
      float: left;
      width: 54px;
      height: 32px;
      border: 1px solid #e5e5e5;
      font-size: 12px;
      background: #fff; }
  .product-search .reset {
    float: left;
    border: 0;
    background: none;
    margin: 5px 0 0 20px; }

.products-list {
  width: 1212px;
  margin: 22px auto 0 auto;
  overflow: hidden;
  min-height: 300px; }
  .products-list ul li {
    width: 388px;
    height: 313px;
    background: #eee;
    float: left;
    margin: 0 8px 30px 8px;
    position: relative; }
    .products-list ul li a {
      display: block; }
    .products-list ul li figure {
      width: 388px;
      height: 263px;
      overflow: hidden; }
      .products-list ul li figure img {
        width: 100%;
        height: 100%;
        display: inline-block;
        transition: all 0.5s; }
        .products-list ul li figure img:hover {
          transform: scale(1.05); }
    .products-list ul li p {
      height: 50px;
      line-height: 50px;
      padding: 0 125px 0 10px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-size: 15px; }
    .products-list ul li button {
      display: block;
      position: absolute;
      bottom: 10px;
      right: 10px;
      width: 95px;
      height: 30px;
      background: #c7a065 url(../images/icon_search.png) no-repeat 70px center;
      background-size: auto 16px;
      color: #fff;
      border: 0;
      text-align: left;
      padding: 0 10px; }

.product-detail-img {
  overflow: hidden;
  margin: 40px auto 0 auto;
  width: 1150px; }
  .product-detail-img .product-pic {
    width: 602px;
    height: 524px;
    overflow: hidden;
    position: relative; }
    .product-detail-img .product-pic .slider-box {
      width: 600px;
      height: 400px;
      border: 1px solid #e5e5e5;
      overflow: hidden; }
      .product-detail-img .product-pic .slider-box .bigImg {
        height: 400px !important;
        overflow: hidden;
        text-align: center; }
        .product-detail-img .product-pic .slider-box .bigImg li {
          height: 400px; }
        .product-detail-img .product-pic .slider-box .bigImg img {
          max-width: 100%;
          max-height: 100%; }
    .product-detail-img .product-pic .smallScroll {
      width: 602px;
      height: 102px;
      position: relative;
      z-index: 0;
      overflow: hidden;
      margin-top: 20px; }
      .product-detail-img .product-pic .smallScroll .sPrev,
      .product-detail-img .product-pic .smallScroll .sNext {
        display: block;
        font-size: 0;
        width: 28px;
        height: 102px;
        background-position: 0 0;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 1;
        top: 0; }
      .product-detail-img .product-pic .smallScroll .sPrev {
        background-image: url(../images/btn_prev1.jpg);
        left: 0; }
      .product-detail-img .product-pic .smallScroll .sNext {
        background-image: url(../images/btn_next1.jpg);
        right: 0; }
    .product-detail-img .product-pic .smallImg {
      width: 528px;
      margin: 0 auto; }
      .product-detail-img .product-pic .smallImg ul {
        width: 9999px;
        height: 102px;
        overflow: hidden; }
        .product-detail-img .product-pic .smallImg ul li {
          display: block;
          float: left;
          padding: 0 6px 0 0; }
          .product-detail-img .product-pic .smallImg ul li img {
            border: 1px solid #e5e5e5;
            cursor: pointer;
            width: 126px;
            height: 100px;
            opacity: 0.5; }
          .product-detail-img .product-pic .smallImg ul li.on img {
            opacity: 1; }
  .product-detail-img .product-parameter {
    width: 530px; }
    .product-detail-img .product-parameter ul li {
      border-bottom: 1px dashed #e5e5e5;
      padding: 15px 0; }
      .product-detail-img .product-parameter ul li span {
        color: #999; }
      .product-detail-img .product-parameter ul li strong {
        font-weight: normal; }
        .product-detail-img .product-parameter ul li strong em {
          font-size: 20px;
          font-weight: bold;
          font-style: normal; }

.product-detail-desc .title span {
  display: inline-block;
  background: #78b02b;
  color: #fff;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  padding: 0 20px; }

.product-detail-desc .description {
  border: 1px solid #e5e5e5;
  padding: 10px;
  height: 457px;
  overflow-y: auto; }

.case-list {
  width: 1212px;
  margin: 22px auto 0 auto;
  overflow: hidden;
  min-height: 300px; }
  .case-list ul li {
    width: 388px;
    height: 263px;
    float: left;
    margin: 0 8px 30px 8px;
    position: relative; }
    .case-list ul li a {
      display: block; }
    .case-list ul li figure {
      width: 388px;
      height: 263px;
      overflow: hidden; }
      .case-list ul li figure img {
        width: 100%;
        height: 100%;
        display: inline-block;
        transition: all 0.5s; }
        .case-list ul li figure img:hover {
          transform: scale(1.05); }
    .case-list ul li p {
      width: 100%;
      height: 30px;
      background: rgba(0, 0, 0, 0.5);
      line-height: 30px;
      text-align: center;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-size: 14px;
      color: #fff;
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 0; }

.progress {
  width: 1150px;
  margin: 0 auto;
  padding: 0 0 50px 0;
  min-height: 250px; }
  .progress .progress-list {
    padding: 10px 0 10px 30px;
    position: relative;
    background: url(../images/bg_linev.png) repeat-y 7px 0; }
    .progress .progress-list h3 {
      font-size: 18px;
      color: #444;
      position: relative;
      margin-bottom: 10px;
      cursor: pointer; }
      .progress .progress-list h3 span {
        position: absolute;
        left: -30px;
        top: 4px;
        width: 16px;
        height: 16px;
        overflow: hidden;
        display: block;
        background: url("../images/icon_cir.jpg") no-repeat; }
    .progress .progress-list div {
      margin-top: 20px; }
    .progress .progress-list ul li {
      line-height: 23px; }

.contact-box {
  width: 1060px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 300px;
  padding-bottom: 50px; }
  .contact-box .contact-title {
    font-weight: bold;
    font-size: 30px;
    padding: 45px 0;
    border-bottom: 1px solid #e5e5e5; }
  .contact-box .contact-section {
    border-bottom: 1px solid #e5e5e5;
    padding: 45px 0;
    overflow: hidden; }
    .contact-box .contact-section .section-item {
      width: 50%;
      box-sizing: border-box;
      border-right: 1px solid #e5e5e5;
      padding: 15px 0; }
      .contact-box .contact-section .section-item.fr {
        padding-left: 45px;
        border-right: 0; }
      .contact-box .contact-section .section-item h1 {
        font-size: 26px;
        line-height: 28px; }
      .contact-box .contact-section .section-item article {
        margin-top: 35px;
        line-height: 30px;
        font-size: 14px; }
  .contact-box .contact-map {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 50px; }
    .contact-box .contact-map h1 {
      font-size: 26px;
      line-height: 28px; }
    .contact-box .contact-map .map {
      margin-top: 35px;
      width: 1056px;
      border: 2px solid #e5e5e5; }
