@charset "UTF-8";
.banner {
  position: relative;
  height: 413px; }
  .banner ul.slides {
    height: 413px;
    margin: 0 auto;
    position: relative;
    clear: both;
    width: 100%; }
    .banner ul.slides li {
      clear: both;
      height: 413px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .banner ul.slides li a {
        display: block;
        height: 413px;
        width: 100%; }
  .banner .btns {
    position: absolute;
    height: 18px;
    left: 44%;
    bottom: 6%; }
    .banner .btns span {
      margin-bottom: 10px;
      display: block;
      width: 14px;
      height: 14px;
      z-index: 100;
      border-radius: 14px;
      border: 2px solid #fff;
      cursor: pointer;
      float: left;
      font-size: 14px;
      text-indent: 76px;
      margin-right: 15px; }
    .banner .btns .active {
      background: #fff; }

.head1 {
  width: 100%;
  height: 4px;
  background: #88c222; }

.head2 {
  width: 1180px;
  margin: 0 auto;
  height: 100px; }
  .head2 .head2-left {
    float: left; }
    .head2 .head2-left h1 {
      margin-top: 20px; }
      .head2 .head2-left h1 img {
        width: 177px;
        height: 59px; }
  .head2 .head2-right {
    float: right; }
    .head2 .head2-right .head2-nav {
      float: left; }
      .head2 .head2-right .head2-nav ul li {
        margin: 0 20px; }
        .head2 .head2-right .head2-nav ul li.search {
          line-height: 100px;
          width: 159px; }
          .head2 .head2-right .head2-nav ul li.search form {
            margin-top: 32px;
            position: relative; }
            .head2 .head2-right .head2-nav ul li.search form input[type=text] {
              width: 33px;
              height: 33px;
              border: 1px solid #a5a5a5;
              float: left;
              border-radius: 20px;
              text-indent: 15px; }
              .head2 .head2-right .head2-nav ul li.search form input[type=text].show {
                opacity: 1; }
            .head2 .head2-right .head2-nav ul li.search form input[type=submit] {
              width: 35px;
              height: 35px;
              /*  border:1px solid #a5a5a5; */
              border: none;
              float: left;
              border-radius: 20px;
              margin-left: -35px;
              cursor: pointer;
              position: relative;
              z-index: 10;
              background: url(../img/fd.png) center center no-repeat; }
            .head2 .head2-right .head2-nav ul li.search form span {
              display: block;
              width: 35px;
              height: 35px;
              position: absolute;
              top: 0px;
              left: 0px;
              z-index: 10;
              cursor: pointer; }
        .head2 .head2-right .head2-nav ul li a {
          font-size: 14px;
          line-height: 100px;
          color: #666;
          width: 80px;
          height: 100px;
          text-align: center;
          display: block; }
          .head2 .head2-right .head2-nav ul li a.cur {
            background: #88c222;
            color: #fff; }
          .head2 .head2-right .head2-nav ul li a:hover {
            background: #88c222;
            color: #fff; }

.h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #666; }
  .h2 span {
    font-size: 14px;
    line-height: 26px;
    color: #ccc;
    font-weight: 100;
    margin-left: 10px; }

.content {
  width: 100%;
  height: 4px;
  height: 666px;
  padding: 41px 0 50px 0;
  background: #ececec; }

.content1 {
  width: 1000px;
  margin: 0 auto; }
  .content1 ul {
    height: 333px;
    clear: both; }
    .content1 ul li.li1 {
      width: 333px;
      height: 333px;
      background: #000; }
    .content1 ul li.li2 {
      width: 333px;
      height: 333px;
      background: #fff; }
      .content1 ul li.li2 dl {
        width: 333px;
        height: 333px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        /* Firefox 4 */
        -webkit-transition: all 0.5s;
        /* Safari 和 Chrome */
        -o-transition: all 0.5s;
        /* Opera */
        text-align: center; }
        .content1 ul li.li2 dl.dl1 {
          background: url(../img/i1.png) center 115px no-repeat; }
        .content1 ul li.li2 dl.dl2 {
          background: url(../img/i2.png) center 115px no-repeat; }
        .content1 ul li.li2 dl.dl3 {
          background: url(../img/i3.png) center 115px no-repeat; }
        .content1 ul li.li2 dl.dl4 {
          background: url(../img/i4.png) center 115px no-repeat; }
        .content1 ul li.li2 dl.dl5 {
          background: url(../img/i5.png) center 115px no-repeat; }
        .content1 ul li.li2 dl dt {
          font-size: 20px;
          line-height: 26px;
          color: #99cc33;
          font-weight: 700;
          padding-top: 160px; }
        .content1 ul li.li2 dl dd {
          font-size: 14px;
          line-height: 26px;
          color: #ccc; }
          .content1 ul li.li2 dl dd.dd1 {
            font-weight: 700; }
          .content1 ul li.li2 dl dd.dd2 {
            margin-left: 108px;
            margin-top: 25px; }
            .content1 ul li.li2 dl dd.dd2 a {
              display: block;
              width: 115px;
              height: 35px;
              line-height: 35px;
              text-align: center;
              font-size: 14px;
              color: #999;
              border: 1px solid #999;
              border-radius: 20px;
              transition: all 0.3s; }
              .content1 ul li.li2 dl dd.dd2 a:hover {
                color: #fff;
                background: #88c222;
                border: 1px solid #88c222; }
    .content1 ul li.li3 {
      width: 333px;
      height: 333px;
      transition: all 0.3s;
      position: relative; }
      .content1 ul li.li3 img {
        width: 333px;
        height: 333px; }
      .content1 ul li.li3 span {
        position: absolute;
        top: 0;
        left: 0;
        width: 333px;
        height: 333px;
        display: block;
        background: url(../img/hs.png) center center no-repeat;
        transition: all 0.3s; }
        .content1 ul li.li3 span:hover {
          background: transparent; }
      .content1 ul li.li3 dl {
        width: 333px;
        height: 333px;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../img/hs.png) right center no-repeat; }
        .content1 ul li.li3 dl dt {
          font-size: 20px;
          line-height: 26px;
          color: #99cc33; }
        .content1 ul li.li3 dl dd {
          font-size: 14px;
          line-height: 26px;
          color: #ccc; }

.footer1 {
  width: 100%;
  background: #88c222;
  height: 40px;
  line-height: 40px; }
  .footer1 .footer2-box {
    width: 1000px;
    margin: 0 auto;
    color: #fff; }
    .footer1 .footer2-box h5 {
      float: left;
      background: url(../img/ft1.png) left center no-repeat; }
      .footer1 .footer2-box h5 a {
        font-size: 12px;
        line-height: 40px;
        color: #fff;
        display: block;
        float: left;
        padding-left: 20px; }
        .footer1 .footer2-box h5 a.a1 {
          background: url(../img/ft3.png) right center no-repeat;
          padding-right: 15px;
          margin-right: 15px; }
        .footer1 .footer2-box h5 a.a2 {
          background: url(../img/ft2.png) left center no-repeat; }
          .footer1 .footer2-box h5 a.a2 span {
            background: url(../img/ft3.png) right center no-repeat;
            padding-right: 15px; }
        .footer1 .footer2-box h5 a.a3 {
          background: url(../img/sc.png) left center no-repeat;
          margin-left: 15px; }
    .footer1 .footer2-box p {
      float: right; }
      .footer1 .footer2-box p a {
        font-size: 12px;
        line-height: 40px;
        color: #fff; }

/*welcome*/
.lead {
  margin-bottom: 60px; }
  .lead ul li {
    width: 282px;
    margin-right: 18px;
    border: 1px solid #eff1f3;
    margin-bottom: 20px; }
    .lead ul li.right-li {
      margin-right: 0; }
    .lead ul li dl {
      padding: 6px; }
      .lead ul li dl dt img {
        width: 270px;
        height: 184px; }
      .lead ul li dl dd {
        font-size: 14px;
        line-height: 20px;
        color: #666;
        margin: 12px 0; }

.proud {
  margin-bottom: 60px; }
  .proud ul li {
    width: 282px;
    margin-right: 18px;
    border: 1px solid #eff1f3;
    margin-bottom: 20px; }
    .proud ul li.right-li {
      margin-right: 0; }
    .proud ul li dl dt {
      padding: 9px; }
      .proud ul li dl dt img {
        width: 264px;
        height: 195px; }
    .proud ul li dl dd {
      font-size: 14px;
      line-height: 42px;
      color: #333;
      text-align: center;
      height: 42px;
      border-top: 1px solid #eff1f3; }

.culture {
  padding-bottom: 110px; }
  .culture img {
    max-width: 100%; }

.person .p2 {
  font-size: 12px;
  line-height: 30px;
  color: #666;
  margin-bottom: 20px; }
.person ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  margin-bottom: 12px;
  width: 889px;
  font-size: 12px;
  line-height: 30px;
  color: #666; }
  .person ul li span {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    font-weight: 700;
    margin-right: 23px; }
.person dl dt {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  font-weight: 700;
  margin-bottom: 20px; }
.person dl dd {
  font-size: 12px;
  line-height: 30px;
  color: #666; }
.person dl.dl1 {
  margin-bottom: 20px; }
  .person dl.dl1 dd {
    margin-left: 166px; }
.person dl.dl2 {
  margin-bottom: 20px; }
  .person dl.dl2 dd {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px; }
.person dl.dl3 {
  margin-bottom: 285px; }

.market {
  margin-bottom: 30px; }
  .market ul li {
    margin-bottom: 30px; }
    .market ul li dl {
      background: #f8f8f8;
      border: 1px solid #ededed; }
      .market ul li dl:hover .dd1 {
        color: #88c222; }
      .market ul li dl dt {
        float: left; }
        .market ul li dl dt img {
          width: 250px;
          height: 150px; }
      .market ul li dl dd {
        float: left;
        width: 600px;
        margin-left: 16px; }
        .market ul li dl dd.dd1 {
          font-size: 16px;
          line-height: 20px;
          color: #666;
          margin-top: 25px;
          margin-bottom: 12px; }
        .market ul li dl dd.dd2 {
          font-size: 12px;
          line-height: 24px;
          color: #666; }
        .market ul li dl dd.dd3 {
          font-size: 12px;
          line-height: 30px;
          color: #fff;
          text-indent: 15px;
          float: right;
          margin-top: 15px;
          width: 108px;
          height: 30px;
          background: #999 url(../img/mar2.png) right center no-repeat; }

.news {
  margin-bottom: 30px; }
  .news ul li {
    margin-bottom: 30px; }
    .news ul li dl {
      border: 1px solid #e7eaed; }
      .news ul li dl:hover .dd1 {
        color: #88c222; }
      .news ul li dl dt {
        float: left;
        padding: 9px;
        border-right: 1px solid #e7eaed; }
        .news ul li dl dt img {
          width: 151px;
          height: 70px; }
      .news ul li dl dd {
        float: left;
        width: 675px;
        margin-left: 22px; }
        .news ul li dl dd.dd1 {
          font-size: 14px;
          line-height: 20px;
          color: #333;
          margin-top: 25px; }
          .news ul li dl dd.dd1 span {
            background: url(../img/news2.png) left center no-repeat;
            float: right;
            text-indent: 22px;
            font-size: 12px;
            line-height: 20px;
            color: #999; }
        .news ul li dl dd.dd2 {
          font-size: 12px;
          line-height: 20px;
          color: #999;
          margin-top: 4px; }

.speech {
  padding-bottom: 100px; }
  .speech dl.dl1 {
    background: #f6f6f6; }
    .speech dl.dl1 dt {
      float: left; }
      .speech dl.dl1 dt img {
        width: 400px;
        height: 330px; }
    .speech dl.dl1 dd {
      width: 450px;
      float: left;
      margin-left: 20px; }
      .speech dl.dl1 dd.dd1 {
        font-size: 18px;
        line-height: 47px;
        color: #333;
        border-bottom: 1px solid #ccc;
        height: 47px;
        font-weight: 700;
        margin-bottom: 15px; }
      .speech dl.dl1 dd.dd2 {
        font-size: 18px;
        line-height: 20px;
        color: #333;
        margin-bottom: 15px; }
      .speech dl.dl1 dd.dd3 {
        font-size: 12px;
        line-height: 20px;
        color: #666;
        margin-bottom: 8px; }
  .speech dl.dl2 {
    margin-top: 5px; }
    .speech dl.dl2 dt {
      font-size: 18px;
      line-height: 47px;
      color: #333;
      border-bottom: 1px solid #ccc;
      height: 47px;
      font-weight: 700;
      margin-bottom: 8px; }
    .speech dl.dl2 dd {
      font-size: 12px;
      line-height: 20px;
      color: #666;
      margin-bottom: 8px; }
  .speech h6 {
    float: right;
    font-size: 18px;
    line-height: 20px;
    color: #333;
    margin-top: 65px; }
    .speech h6 img {
      margin-bottom: -16px; }

.price {
  margin-bottom: 50px; }
  .price table {
    border: 1px solid #dde0e5; }
    .price table tr th {
      width: 149px;
      height: 50px;
      border: 1px solid #88c222;
      color: #fff; }
      .price table tr th.th1 {
        background: #88c222 url(../img/tb1.png) 23px center no-repeat; }
      .price table tr th.th2 {
        background: #88c222 url(../img/tb2.png) 23px center no-repeat; }
      .price table tr th.th3 {
        background: #88c222 url(../img/tb3.png) 23px center no-repeat; }
      .price table tr th.th4 {
        background: #88c222 url(../img/tb4.png) 23px center no-repeat; }
      .price table tr th.th5 {
        background: #88c222 url(../img/tb5.png) 23px center no-repeat; }
      .price table tr th.th6 {
        background: #88c222 url(../img/tb6.png) 23px center no-repeat; }
    .price table tr td {
      text-align: center;
      font-size: 12px;
      color: #666;
      padding: 7px 0; }

.title-bg {
  width: 100%;
  height: 215px; }

.contents {
  background: #ececec;
  padding: 41px 0; }

.container {
  width: 1180px;
  margin: 0 auto; }
  .container .container-left {
    width: 210px;
    float: left; }
    .container .container-left dl {
      background: #fff;
      padding-bottom: 98px; }
      .container .container-left dl dt {
        width: 210px;
        height: 65px;
        line-height: 65px;
        text-align: left;
        font-size: 16px;
        color: #fff;
        text-indent: 45px;
        background: #88c222 url(../img/ab2.png) 159px center no-repeat; 
background-size: 30px 30px;
      }
      .container .container-left dl dd a {
        display: block;
        width: 210px;
        height: 46px;
        border-bottom: 1px solid #ebebec;
        line-height: 46px;
        color: #333;
        font-size: 13px;
        text-indent: 45px;
        background: url(../img/ab3.png) 170px center no-repeat;
        transition: height 0.3s; }
        .container .container-left dl dd a.on {
          background: url(../img/ab4.png) 170px center no-repeat;
          width: 210px;
          height: 56px;
          line-height: 56px;
          color: #88c222; }
        .container .container-left dl dd a:hover {
          background: url(../img/ab4.png) 170px center no-repeat;
          width: 210px;
          height: 56px;
          line-height: 56px;
          color: #88c222; }
  .container .container-right {
    width: 889px;
    float: right;
    background: #fff;
    padding: 20px; }
    .container .container-right h2 {
      font-weight: 100;
      border-bottom: 1px solid #e5e5e5;
      height: 45px;
      line-height: 45px;
      margin-bottom: 30px; }
      .container .container-right h2 span {
        display: block;
        float: left;
        color: #88c222;
        line-height: 44px;
        font-size: 16px;
        border-bottom: 2px solid #cdcfd2; }
      .container .container-right h2 p {
        float: right;
        background: url(../img/ab7.png) left 18px no-repeat;
        padding-left: 20px; }
      .container .container-right h2 a {
        font-size: 12px;
        color: #999;
        margin-right: 5px; }
    .about {
      width: 889px;
      height: 1501px;
      overflow: auto;
      background: url(../img/ab6.png) 93px 0px no-repeat;
      padding-bottom: 96px;
      padding-top: 41px; }
      .about .time-box {
        margin-bottom: 20px; }
        .about .time-box .time-left {
          width: 102px;
          float: left;
          padding-top: 15px; }
          .about .time-box .time-left h5 {
            font-size: 14px;
            line-height: 24px;
            color: #88c222;
            padding-top: 3px;
            font-weight: 700;
            background: url(../img/ab5.png) right center no-repeat; }
        .about .time-box .time-right {
          width: 745px;
          padding: 20px 14px;
          float: right;
          border: 1px solid #bcbcbc; }
          .about .time-box .time-right .pp {
            font-size: 12px;
            color: #666;
            margin-bottom: 13px; }
            .about .time-box .time-right .pp span {
              font-size: 14px;
              color: #555;
              font-weight: 700;
              margin-right: 13px; }
          .about .time-box .time-right .sp1 {
            display: block;
            width: 12px;
            height: 12px;
            float: left;
            background: url(../img/ab8.jpg) center center no-repeat;
            margin-left: -25px;
            margin-top: 1px; }

/*about*/
.profile dl {
  padding-bottom: 60px; }
  .profile dl dt {
    margin-bottom: 15px; }
    .profile dl dt img {
      width: 889px;
      height: 300px; }
  .profile dl dd {
    font-size: 12px;
    line-height: 26px;
    color: #666; }

.job {
  margin-bottom: 100px; }
  .job .tit-dl {
    text-indent: 15px; }
    .job .tit-dl .tit-dt {
      height: 48px;
      line-height: 48px;
      background: #dfdfdf;
      color: #333;
      font-size: 14px; }
      .job .tit-dl .tit-dt span.sp2 {
        margin-left: 230px; }
      .job .tit-dl .tit-dt span.sp3 {
        margin-left: 66px; }
    .job .tit-dl dd ul li {
      clear: both;
      color: #666;
      font-size: 14px;
      border-top: 1px solid #dfdfdf;
      width: 887px; }
      .job .tit-dl dd ul li h4 {
        font-weight: 100;
        height: 45px;
        line-height: 45px;
        cursor: pointer; }
        .job .tit-dl dd ul li h4.blue {
          color: #88c222; }
        .job .tit-dl dd ul li h4 span.span2 {
          margin-left: 200px; }
        .job .tit-dl dd ul li h4 span.span3 {
          margin-left: 84px; }
        .job .tit-dl dd ul li h4 span.span4 {
          margin-left: 90px; }
        .job .tit-dl dd ul li h4 span.span5 {
          margin-left: 80px; }
        .job .tit-dl dd ul li h4 span.span6 {
          display: block;
          float: right;
          width: 32px;
          height: 19px;
          background: url(../img/tt1.png) no-repeat;
          border: 1px solid #f0f0f0;
          border-radius: 3px;
          margin-left: 50px;
          margin-top: 11px; }
          .job .tit-dl dd ul li h4 span.span6.open {
            background: url(../img/ttt.png) no-repeat; }
      .job .tit-dl dd ul li .job-box {
        border-top: 1px solid #dfdfdf;
        font-size: 14px;
        line-height: 24px;
        color: #888;
        clear: both;
        background: #fbfbfb;
        padding-top: 10px;
        display: none; }
        .job .tit-dl dd ul li .job-box h3 {
          font-size: 14px;
          line-height: 24px;
          color: #888;
          font-weight: 100;
          margin-bottom: 10px; }
        .job .tit-dl dd ul li .job-box dl {
          margin-bottom: 24px; }
        .job .tit-dl dd ul li .job-box .online {
          display: block;
          width: 120px;
          height: 32px;
          line-height: 32px;
          text-align: center;
          font-size: 14px;
          color: #333;
          border: 1px solid #88c222;
          text-indent: 0;
          margin-left: 20px;
          margin-bottom: 50px; }
          .job .tit-dl dd ul li .job-box .online:hover {
            background: #88c222;
            color: #fff; }

/*分隔*/
.page {
  margin-left: 371px;
  margin-bottom: 90px; }
  .page strong {
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    background: #88c222; }
  .page a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    color: #ccc; }

/*分隔*/
.market1 {
  padding-bottom: 120px; }
  .market1 .three li {
    width: 296px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    background: url(../img/yq.png) 50px center no-repeat;
    text-align: center; }
    .market1 .three li.li1 {
      background: url(../img/yq.png) 40px center no-repeat; }
    .market1 .three li.li2 {
      background: url(../img/yq.png) 27px center no-repeat; }
    .market1 .three li.li3 {
      background: url(../img/yq.png) 36px center no-repeat; }
  .market1 .earth #map_sw {
    margin-bottom: 40px; }
  .market1 .earth .wrap .place li {
    margin-bottom: 30px; }
    .market1 .earth .wrap .place li dl {
      background: #f8f8f8;
      border: 1px solid #ededed; }
      .market1 .earth .wrap .place li dl:hover .dd1 {
        color: #88c222; }
      .market1 .earth .wrap .place li dl dt {
        float: left; }
        .market1 .earth .wrap .place li dl dt img {
          width: 250px;
          height: 150px; }
      .market1 .earth .wrap .place li dl dd {
        float: left;
        width: 600px;
        margin-left: 16px; }
        .market1 .earth .wrap .place li dl dd.dd1 {
          font-size: 16px;
          line-height: 20px;
          color: #666;
          margin-top: 25px;
          margin-bottom: 12px; }
        .market1 .earth .wrap .place li dl dd.dd2 {
          font-size: 12px;
          line-height: 24px;
          color: #666; }
        .market1 .earth .wrap .place li dl dd.dd3 {
          font-size: 12px;
          line-height: 30px;
          color: #fff;
          text-indent: 15px;
          float: right;
          margin-top: 15px;
          width: 108px;
          height: 30px;
          background: #999 url(../img/mar2.png) right center no-repeat; }

/*分隔*/
.wrap {
  display: none; }

/*分隔*/
.details {
  padding-top: 20px; }
  .details img {
    max-width: 889px; }
  .details .details-con h3 {
    font-size: 20px;
    line-height: 22px;
    color: #333;
    font-weight: 100;
    margin-bottom: 10px;
    text-align: center; }
  .details .details-con h4 {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    font-weight: 100;
    margin-bottom: 30px;
    text-align: center; }
    .details .details-con p{
    	text-indent: 2em;
	    font-size: 16px;
	    line-height: 30px;
    	margin-bottom: 15px;
    }
  .details .details-con p span {
    text-indent: 2em;
    font-size: 14px;
    line-height: 30px; }
  .details .return {
    margin-bottom: 50px;
    margin-top: 250px; }
    .details .return dl dt a {
      display: block;
      font-size: 14px;
      line-height: 22px;
      color: #333; }
      .details .return dl dt a:hover {
        color: #88c222; }
    .details .return dl dd {
      height: 32px;
      line-height: 32px; }
      .details .return dl dd a {
        display: block;
        font-size: 14px;
        line-height: 32px;
        color: #333; }
        .details .return dl dd a:hover {
          color: #88c222; }
        .details .return dl dd a.next {
          float: left; }
        .details .return dl dd a.ret {
          width: 120px;
          height: 32px;
          line-height: 32px;
          text-align: center;
          font-size: 14px;
          color: #333;
          float: right;
          border: 1px solid #88c222; }
          .details .return dl dd a.ret:hover {
            color: #fff;
            background: #88c222; }

/*details*/
.contact .address {
  clear: both; }
  .contact .address dl dt {
    font-size: 20px;
    line-height: 24px;
    color: #333;
    font-weight: 700; }
  .contact .address dl dd {
    font-size: 13px;
    line-height: 24px;
    color: #c6c6c6; }
  .contact .address ul {
    clear: both;
    margin-top: 20px;
    padding-bottom: 250px; }
    .contact .address ul li {
      font-size: 14px;
      line-height: 24px;
      color: #666;
      width: 296px; }
      .contact .address ul li p {
        font-size: 12px;
        line-height: 18px;
        color: #555;
        height: 18px;
        line-height: 18px;
        padding-left: 26px;
        margin-bottom: 18px; }
        .contact .address ul li p.p1 {
          background: url(../img/ct1.png) left center no-repeat; }
        .contact .address ul li p.p2 {
          background: url(../img/ct2.png) left center no-repeat; }
        .contact .address ul li p.p3 {
          background: url(../img/ct3.png) left center no-repeat; }
        .contact .address ul li p.p4 {
          background: url(../img/ct4.png) left center no-repeat; }
        .contact .address ul li p.p5 {
          background: url(../img/ct5.png) left center no-repeat; }
        .contact .address ul li p.p6 {
          background: url(../img/ct6.png) left center no-repeat; }
.contact .map {
  width: 889px;
  height: 401px;
  margin-bottom: 26px; }

.forms {
  width: 1180px;
  margin: 0 auto;
  background: #fff; }
  .forms .path h2 {
    font-weight: 100;
    border-bottom: 1px solid #e5e5e5;
    height: 45px;
    line-height: 45px;
    margin-bottom: 30px;
    padding: 0 15px; }
    .forms .path h2 span {
      display: block;
      float: left;
      color: #88c222;
      line-height: 44px;
      font-size: 16px;
      border-bottom: 2px solid #cdcfd2; }
    .forms .path h2 p {
      float: right;
      background: url(../img/ab7.png) left 18px no-repeat;
      padding-left: 20px; }
    .forms .path h2 a {
      font-size: 12px;
      color: #999;
      margin-right: 5px; }
  .forms form {
    border: 1px solid #dde0e5;
    padding-left: 159px;
    padding-top: 86px;
    margin: 90px;
    padding-bottom: 50px; }
    .forms form input[type=text] {
      border: 1px solid #dde0e5;
      height: 32px;
      text-indent: 10px; }
    .forms form input[type=submit] {
      border: 1px solid #dde0e5;
      width: 96px;
      height: 32px;
      text-align: center;
      background: #88c222;
      color: #fff; }
    .forms form select {
      border: 1px solid #dde0e5; }
    .forms form textarea {
      padding: 10px;
      border: 1px solid #dde0e5;
      width: 570px;
      height: 178px; }
    .forms form td {
      padding-bottom: 15px; }

.res-con .res-tit {
  font-size: 14px;
  line-height: 30px;
  color: #666; }
  .res-con .res-tit img {
    max-width: 100%;
    margin: 0 auto; }
.res-con .res-pic {
  padding-top: 35px; }
  .res-con .res-pic .pic-det {
    width: 284px;
    float: left;
    margin-bottom: 20px;
    margin-right: 18px;
    cursor: pointer; }
    .res-con .res-pic .pic-det:hover h6 span {
      background: url(../img/jial.png) center center no-repeat; }
    .res-con .res-pic .pic-det.right-ele {
      margin-right: 0; }
    .res-con .res-pic .pic-det img {
      width: 264px;
      height: 195px;
      padding: 9px;
      border: 1px solid #eff1f3; }
    .res-con .res-pic .pic-det h6 {
      font-weight: 100;
      font-size: 16px;
      line-height: 42px;
      color: #666;
      height: 42px;
      border: 1px solid #eff1f3;
      border-top: none;
      text-indent: 29px; }
      .res-con .res-pic .pic-det h6 span {
        width: 39px;
        display: block;
        height: 42px;
        float: right;
        border-left: 1px solid #eff1f3;
        background: url(../img/jiaa.png) center center no-repeat; }

.mask {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10; }
  .mask .mask-con {
    position: absolute;
    background: #fff;
    width: 907px; }
    .mask .mask-con .mask-con-left {
      width: 455px;
      float: left; }
      .mask .mask-con .mask-con-left img {
        width: 435px;
        padding: 10px; }
    .mask .mask-con .mask-con-right {
      width: 452px;
      float: right; }
      .mask .mask-con .mask-con-right dl {
        padding: 22px 17px 0; }
        .mask .mask-con .mask-con-right dl dt {
          font-size: 14px;
          line-height: 30px;
          color: #ccc;
          border-bottom: 1px solid #e5e5e5; }
          .mask .mask-con .mask-con-right dl dt span {
            display: block;
            font-size: 22px;
            line-height: 30px;
            color: #88c222;
            font-weight: 700; }
        .mask .mask-con .mask-con-right dl dd {
          font-size: 14px;
          line-height: 26px;
          color: #666;
          padding-top: 5px; }

/*# sourceMappingURL=style.css.map */
