.banner-inner {
  min-width: 1200px; }

.about-tab {
  height: 50px;
  line-height: 50px;
  margin-top: 40px;
  background-color: #F0F6FF;
  overflow: hidden; }

.tab-list {
  font-size: 0; }
  .tab-list li {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #fff;
    height: 50px;
    font-weight: bold; }
    .tab-list li a {
      display: block;
      padding: 0 20px;
      font-size: 14px; }
    .tab-list li.on a, .tab-list li:hover a {
      color: #fff;
      background-color: #034399; }

.breadcrumb {
  color: #999;
  padding-right: 10px; }
  .breadcrumb a, .breadcrumb span {
    color: #999;
    padding: 0 5px; }
  .breadcrumb a:hover {
    color: #034399; }

.about-cont {
  margin-top: 55px;
  padding-bottom: 55px; }

.about-c-txt {
  width: 725px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 36px; }

.about-c-pic {
  margin-right: 20px;
  margin-top: 40px; }

.js-list {
  display: none; }
  .js-list:first-child {
    display: block; }

.news-list li {
  width: 590px;
  height: 144px;
  float: left;
  margin-top: 20px; 
  border: 1px solid #e7e7e7;
  padding: 11px;
}
.news-left img{
  width: 100%;
  height: 100%;
}
  .news-list li:nth-child(2n+1) {
    margin-right: 20px; }
  .news-list li:hover .news-left {
    background: #034399; }
    .news-list li:hover .news-left p, .news-list li:hover .news-left span {
      color: #fff; }
    .news-list li:hover .news-left span {
      border-color: #fff; }
  .news-list li:hover .news-right p {
    color: #4871ae; }
  .news-list li .news-left {
    width: 158px;
    height: 120px;
    background-color: #C9C9C9;
    border: 1px solid #e7e7e7;
    text-align: center; }
    .news-list li .news-left p, .news-list li .news-left span {
      color: #818181; }
    .news-list li .news-left p {
      font-size: 48px; }
    .news-list li .news-left span {
      padding: 3px 10px;
      border: 1px solid #999;
      position: relative;
      top: -14px; }
  .news-list li .news-right {
    width: 388px;
    height: 106px;
     }
    .news-list li .news-right h4 {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%;
      line-height: 34px;
      font-size: 14px;
      font-weight: bold; }
    .news-list li .news-right p {
      font-size: 14px;
      color: #999;
      line-height: 26px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; 
      margin-bottom: 15px;}
    .news-list li .news-right span {
      color: #c5c5c5;
      font-size: 12px;
    }
.cont-t {
  text-align: center;
  padding: 50px 0 30px 0;
  border-bottom: 1px solid #e7e7e7; }
  .cont-t h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 36px; }

.cont-b {
  padding: 20px 50px 50px 50px;
  line-height: 32px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 14px; }

.cont-link {
  font-size: 14px;
  padding-top: 25px; }
  .cont-link a:hover {
    text-decoration: underline; }
  .cont-link .next {
    color: #D5171A; }

.prod-title {
  background: transparent url("../img/prod.png") center no-repeat;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 60px; }
  .prod-title h4 {
    font-size: 16px;
    font-weight: bold; }

.prod-list {
  margin-left: -30px; }
  .prod-list li {
    float: left;
    width: 380px;
    height: 230px;
    margin-left: 30px;
    margin-bottom: 30px;
    position: relative; 
    overflow: hidden;
  }
    .prod-list li img {
      width: 100%;
      height: 100%;
    -webkit-transition: all 0.5s; 
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    }
    .prod-list li img:hover{
     -webkit-transform: scale(1.05);  
      -ms-transform: scale(1.05); 
      -moz-transform: scale(1.05); 
      transform: scale(1.05);
    }
.opa {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.prod-d-title {
  margin: 50px 0 25px 0;
  text-align: center; }
  .prod-d-title h4 {
    font-size: 18px;
    font-weight: bold; }

.opa-d {
  padding: 10px;
  text-align: left; }

.m-bigshow {
  width: 910px;
  margin: 0 auto;
  background-color: #F3F3F3;
  padding-bottom: 20px; }
  .m-bigshow .m-b-big {
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
    position: relative; }
    .m-bigshow .m-b-big img {
      width: 100%;
      height: 600px;
      display: block; }
  .m-bigshow .m-b-thumbnail {
    width: 910px;
    height: 122px;
    position: relative;
    margin: 0 auto;
    overflow: hidden; }
    .m-bigshow .m-b-thumbnail li {
      width: 180px;
      height: 120px;
      float: left;
      border: 1px solid #e7e7e7;
      margin-right: 15px;
      box-sizing: content-box; }
      .m-bigshow .m-b-thumbnail li.on {
        border-color: #034399; }
      .m-bigshow .m-b-thumbnail li a {
        display: block; }
      .m-bigshow .m-b-thumbnail li img {
        width: 180px;
        height: 120px; }
      .m-bigshow .m-b-thumbnail li:hover, .m-bigshow .m-b-thumbnail li.on {
        border-color: #034399; }
    .m-bigshow .m-b-thumbnail .prev, .m-bigshow .m-b-thumbnail .next {
      width: 27px;
      height: 122px;
      font-size: 0;
      line-height: 0;
      position: absolute;
      top: 0;
      z-index: 2;
      cursor: pointer;
      margin: 0 20px; }
    .m-bigshow .m-b-thumbnail .prev {
      left: 0px;
      background: #F3F3F3 url("../img/al-big.png") center no-repeat; }
    .m-bigshow .m-b-thumbnail .next {
      right: 0;
      background: #F3F3F3 url("../img/ar-big.png") center no-repeat; }
  .m-bigshow .m-t-list {
    width: 776px;
    margin: 0 auto;
    height: 122px;
    overflow: hidden;
    position: relative; }
  .m-bigshow #thumblist {
    position: absolute;
    width: 99999px;
    height: 122px;
    overflow: hidden; }

.m-txt {
  width: 910px;
  margin: 30px auto 0 auto;
  line-height: 32px; }

.rl {
  margin-top: 55px; }

.rl-zp {
  border: 1px solid #e7e7e7; }

.rl-table tr {
  border-bottom: 1px dashed #e7e7e7; }
  .rl-table tr:first-child {
    border-bottom: 0; }
.rl-table th {
  font-size: 14px;
  background-color: #D5171A;
  color: #fff;
  line-height: 40px; }
.rl-table td {
  line-height: 40px; }
.rl-table .ope a {
  display: block;
  width: 80px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #D5171A;
  color: #D5171A;
  -webket-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.zp-detail h4 {
  font-size: 16px;
  font-weight: bold;
  color: #D5171A;
  padding-bottom: 10px; }
.zp-detail dl {
  border-bottom: 1px dashed #e7e7e7;
  padding: 15px; }
  .zp-detail dl dt {
    font-size: 14px;
    color: #D5171A;
    font-weight: bold; }
  .zp-detail dl dd {
    font-size: 14px;
    line-height: 28px; }
.zp-detail .pb {
  padding-bottom: 30px; }

.zp-require {
  background-color: #F5F5F5;
  padding: 10px 20px;
  margin-bottom: 10px; }
  .zp-require li {
    float: left;
    width: 250px;
    line-height: 28px; }

.zp-form {
  margin-top: 40px; }

.line {
  margin-bottom: 10px;
  line-height: 35px; }
  .line label {
    float: left;
    width: 100px;
    font-size: 14px;
    text-align: right; }
  .line input {
    height: 35px; }
  .line input, .line textarea {
    border: 1px solid #ccc;
    outline: none;
    padding-left: 5px; }
  .line #mail, .line #tel {
    width: 275px; }
  .line textarea {
    width: 500px;
    height: 110px;
    line-height: 20px;
    resize: none; }
  .line input[type=submit] {
    padding: 0 20px;
    border: 0;
    background-color: #D5171A;
    color: #fff;
    -webket-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
    .line input[type=submit]:hover {
      background-color: #be1517; }

.inbox {
  line-height: 35px; }

.contact-l {
  width: 470px;
  position: relative; }
  .contact-l h4 {
    font-size: 24px; }
  .contact-l .en {
    // width: 440px;
    // height: 30px;
    height: 98px;
    background: transparent url("../img/c.png") left no-repeat;
    margin: 20px 0 40px 0;
    margin-top: 0; }
  .contact-l .c-way li {
    font-size: 14px;
    line-height: 36px;
    padding-left: 55px;
    margin-top: 10px; }
    .contact-l .c-way li:before {
      content: "";
      width: 42px;
      height: 32px; }
  .contact-l iframe {
    position: absolute;
    left: 545px;
    top: 0; }

li.add {
  background: transparent url("../img/address.png") 0 0 no-repeat; }

li.tel {
  background: transparent url("../img/tel.png") 0 0 no-repeat; }

li.chuan {
  background: transparent url("../img/chuan.png") 0 0 no-repeat; }

li.mail {
  background: transparent url("../img/mail.png") 0 0 no-repeat; }

.contact-r {
  width: 700px;
  height: 420px; }
  .contact-r img {
    width: 100%;
    height: 100%; }

.proj .prod-list {
  margin-left: -13px; }
  .proj .prod-list li {
    width: 290px;
    height: 176px;
    margin-left: 13px; }
