﻿main {
  width: 1200px;
  margin: 0 auto; }

body span {
  font-size: 12px; }

.product {
  width: 100%;
  height: 370px;
  overflow: hidden;
  margin-top: 30px;
 }
  .product main .proUL {
    width: 100%;
    height: auto; }
    .product main .proUL li {
      float: left;
      width: 230px;
      height: 150px;
      margin-right: 6px;
      overflow: hidden;
      margin-bottom: 28px; }
      .product main .proUL li:last-child {
        margin-right: 0; }
      .product main .proUL li:hover a .proLiS1 .proLiS1S {
        left: 26px; }
      .product main .proUL li:hover a .proLiS1 .proLiS1W {
        left: 52px; }
      .product main .proUL li a {
        width: 100%;
        height: 100%;
        display: block;
        position: relative; }
        .product main .proUL li a .proLiS1 {
          width: 100%;
          height: 0px;
          position: absolute;
          top: 7px;
          left: 0;
          box-shadow: 0 0 30px 15px #f1f1f1; }
          .product main .proUL li a .proLiS1 .proLiS1S {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: black;
            position: absolute;
            bottom: -16px;
            left: 16px;
            transition: 0.3s;
            -moz-transition: 0.3s;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            line-height: 16px;
            text-align: center; }
            .product main .proUL li a .proLiS1 .proLiS1S span {
              font-size: 6px;
              color: white; }
          .product main .proUL li a .proLiS1 .proLiS1W {
            height: 16px;
            line-height: 16px;
            position: absolute;
            left: 42px;
            bottom: -16px;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 17px;
            color: black;
            transition: 0.3s;
            -moz-transition: 0.3s;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s; }

.i-about{    margin-bottom: 50px; padding: 42px 0px;}
.about-box{    width: 1200px; margin: 0 auto;position: relative;}
.about-box-img{    width: 600px;height: 420px;}
.about-box-box{    position: absolute;
    width: 635px;
    right: 0px;
    background-color: white;
    box-sizing: border-box;
    padding: 40px;
    top: 45px;
    height: 335px;}
.i-about-tit{background:url(../Images/abouthbg.png) no-repeat center left;   }    
.about-box-box h2{ line-height: 70px;
    font-size: 30px;}
.about-box-box .i-about-des{    font-size: 15px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
   }
.about-box-box a{border: 1px solid gainsboro;
    display: block;
    text-align: center;
    width: 101px;
    margin-top: 19px;
    padding: 5px;
    border-radius: 5px;
    color: #135bb0;}

.newsK {
  margin-bottom: 50px;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .newsK main .newS1 {
    width: 170px;
    height: 4px;
    background: #135bb0;
    position: absolute;
    top: -4px;
    left: -1px; }
  .newsK main .newW1 {
    width: 100%;
    height: 65px; }
    .newsK main .newW1 div {
      float: left;
      height: 65px; }
    .newsK main .newW1 div:nth-child(1) {
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 32px;
      color: #292929;
      font-weight: bold;
      line-height: 65px;
      margin-left: 22px; }
    .newsK main .newW1 div:nth-child(2) {
      margin-top: 32px;
      height: 14px;
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 14px;
      color: #b7b7b7;
      margin-left: 12px; }
    .newsK main .newW1 div:nth-child(3) {
      margin-right: 20px;
      float: right; }
      .newsK main .newW1 div:nth-child(3) a {
        width: 100%;
        height: 100%;
        display: block;
        width: 66px;
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 14px;
        color: #292929;
        line-height: 65px; }
  .newsK main .newsUl {
        width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;}
    .newsK main .newsUl li {
      width: 49%;
      margin-right: 2%;
      float: left;
      height: 114px;
      border-bottom: 1px dashed #bdbdbd;
      overflow: hidden; }
      .newsK main .newsUl li:hover a .newsLiS .newsLiL div:first-child {
        color: #135bb0; }
      .newsK main .newsUl li:hover a .newsLiS .newsLiL div:last-child {
        color: #135bb0; }
      .newsK main .newsUl li a {
        width: 100%;
        height: 100%;
        display: block; }
        .newsK main .newsUl li a .newsLiS {
          width: 100%;
          height: 56px;
          margin-top: 29px; }
          .newsK main .newsUl li a .newsLiS .newsLiL {
            width: 60px;
            height: 100%;
            float: left;
            margin-right: 14px; }
            .newsK main .newsUl li a .newsLiS .newsLiL div:first-child {
              transition: 0.3s;
              -moz-transition: 0.3s;
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              text-align: center;
              height: 36px;
              line-height: 36px;
              font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 46px;
              color: #565656;
              font-weight: bold;
              white-space: nowrap; }
            .newsK main .newsUl li a .newsLiS .newsLiL div:last-child {
              transition: 0.3s;
              -moz-transition: 0.3s;
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              text-align: center;
              height: 12px;
              line-height: 12px;
              margin-top: 8px;
              font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 12px;
              color: #565656;
              white-space: nowrap; }
          .newsK main .newsUl li a .newsLiS .newsLiR {
            width: 450px;
            height: 100%;
            float: left; }
            .newsK main .newsUl li a .newsLiS .newsLiR .newsLiTit {
              width: 100%;
              height: 26px;
              line-height: 26px;
              font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 18px;
              color: #292929; }
            .newsK main .newsUl li a .newsLiS .newsLiR .newsLiCon {
              width: 100%;
              height: 18px;
              line-height: 18px;
              font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 14px;
              color: #ababab;
              margin-top: 12px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
    .newsK main .newsUl li:nth-child(2n+2){margin-right: 0px}
    .newsK main .newsUl li:nth-child(5){border-bottom: 0;}
    .newsK main .newsUl li:last-child {
      border-bottom: 0; }
  .newsK main .news {
    width: 100%;
    border: 1px solid #cfcfcf;
    border-top: 4px solid #cfcfcf;
    position: relative;
    float: left; }
  .newsK main .zhanhui {
    width: 590px;
    border: 1px solid #cfcfcf;
    border-top: 4px solid #cfcfcf;
    position: relative; }
    .newsK main .zhanhui .newS1 {
      width: 170px;
      height: 4px;
      background: #f58220;
      position: absolute;
      top: -4px;
      left: -1px; }
    .newsK main .zhanhui .newW1 {
      width: 100%;
      height: 65px; }
      .newsK main .zhanhui .newW1 div {
        float: left;
        height: 65px; }
      .newsK main .zhanhui .newW1 div:nth-child(1) {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 32px;
        color: #292929;
        font-weight: bold;
        line-height: 65px;
        margin-left: 22px; }
      .newsK main .zhanhui .newW1 div:nth-child(2) {
        margin-top: 32px;
        height: 14px;
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 14px;
        color: #b7b7b7;
        margin-left: 12px; }
      .newsK main .zhanhui .newW1 div:nth-child(3) {
        float: right; }
        .newsK main .zhanhui .newW1 div:nth-child(3) a {
          width: 100%;
          height: 100%;
          display: block;
          width: 66px;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #292929;
          line-height: 65px; }
  .newsK main #toPlace {
    width: 150px;
    height: 40px;
    float: right;
    margin-top: 12px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s; }
    .newsK main #toPlace #toPlace1 {
      width: 2px;
      height: 40px;
      background: #f58220;
      float: left;
      margin-left: 0; }
    .newsK main #toPlace #toPlace2 {
      cursor: pointer;
      width: 147px;
      height: 40px;
      background: #f58220;
      float: right;
      margin: 0; }
      .newsK main #toPlace #toPlace2 a {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 18px;
        color: white;
        line-height: 40px;
        text-align: center; }
    .newsK main #toPlace:hover {
      transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -moz-transform: translateY(-5px);
      -webkit-transform: translateY(-5px);
      -o-transform: translateY(-5px);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }
  .newsK main .place {
    width: 590px;
    height: 200px;
    margin-top: 22px; }
    .newsK main .place .placeMap {
      width: 590px;
      height: 142px; }
      .newsK main .place .placeMap .placeMap1 {
        width: 294px;
        height: 140px;
        border-left: 1px solid #d8d8d8;
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
        float: left;
        position: relative; }
        .newsK main .place .placeMap .placeMap1 #allmap2 {
          width: 95%;
          height: 85%;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
          .newsK main .place .placeMap .placeMap1 #allmap2 .anchorBL {
            display: none; }
          .newsK main .place .placeMap .placeMap1 #allmap2 .anchorTL {
            display: none; }
      .newsK main .place .placeMap .placeMap2 {
        width: 294px;
        height: 142px;
        float: left;
        background: #f0f0f0;
        color: #292929;
        font-size: 28px;
        text-align: center;
        line-height: 142px;
        font-weight: bold; }
        .newsK main .place .placeMap .placeMap2 span {
          color: #f58220;
          font-size: 42px;
          display: inline-block;
          transform: translateY(5px);
          -ms-transform: translateY(5px);
          -moz-transform: translateY(5px);
          -webkit-transform: translateY(5px);
          -o-transform: translateY(5px); }

.product2 {
  width: 100%;
  height: auto;
  overflow: hidden;
 margin-bottom: 50px;}
  .product2 .pro2Main {
    width: 100%;
    border: 1px solid #cfcfcf;
    border-top: 4px solid #cfcfcf;
    position: relative;
    background: #f5f5f5; }
    .product2 .pro2Main .newW1 {
      width: 100%;
      height: 65px; }
      .product2 .pro2Main .newW1 div {
        float: left;
        height: 65px; }
      .product2 .pro2Main .newW1 div:nth-child(1) {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 32px;
        color: #292929;
        font-weight: bold;
        line-height: 65px;
        margin-left: 22px; }
      .product2 .pro2Main .newW1 div:nth-child(2) {
        margin-top: 32px;
        height: 14px;
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 14px;
        color: #b7b7b7;
        margin-left: 12px; }
      .product2 .pro2Main .newW1 div:nth-child(3) {
        float: right;
        margin-right: 20px; }
        .product2 .pro2Main .newW1 div:nth-child(3) a {
          width: 100%;
          height: 100%;
          display: block;
          width: 66px;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #292929;
          line-height: 65px; }
    .product2 .pro2Main .newS1 {
      width: 170px;
      height: 4px;
      background: #135bb0;
      position: absolute;
      top: -4px;
      left: -1px; }
    .product2 .pro2Main .pro2Ul {
      width: 100%;
      margin-top: 40px;
      margin-bottom: 25px; }
      .product2 .pro2Main .pro2Ul li {
            float: left;
    margin-bottom: 17px;
        width: 280px;
        height: 220px;
        margin-left: 16px; }
        .product2 .pro2Main .pro2Ul li a {
          width: 100%;
          height: 100%;
          display: block; }

#thy-index {
  overflow: hidden; }
  #thy-index:hover img {
    transform: scale(0.95);
    -ms-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95); }
  #thy-index img {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain; }

.jobs li {
  overflow: hidden;
  margin: 23px 18px 28px 28px;
  padding-bottom: 27px;
  border-bottom: 1px dotted #cdcdcd; }

.jobs a {
  position: relative;
  top: -90px;
  float: right;
  width: 71px;
  height: 34px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  background: #f58220; }

.jobs strong {
  color: #f58220; }

.jobs p {
  /*margin:6px 0 -134px 156px;*/
  line-height: 35px; }

/***************jobs***************/
.pro_info .rel_center {
  margin: 23px 0 6px;
  margin-left: -145px;
  padding: 3px;
  width: 290px;
  height: 216px;
  border: 1px solid #dcdcdc; }

.pro_name {
  display: block;
  color: #da020d;
  text-align: left; }

.info_title {
  margin: 30px 0 0 0px;
  width: 760px;
  height: 30px;
  background: #ececec;
  float: left; }

.info_title b {
  display: inline-block;
  padding-left: 10px;
  height: 100%;
  border-right: 1px solid #fff;
  background: #656565;
  color: #fff;
  line-height: 30px; }

.info_title a {
  margin: 8px;
  width: 15px;
  height: 15px;
  background-position: 0 -426px; }

/*# sourceMappingURL=index.css.map */
