
html, body, div, span, table, tbody, tr, th, td, em, img, strong, h1, h2, h3, h4, h5, h6, p, a, dl, dd, dt, ol, ul, li, form, label, input, textarea, button, b, i, u {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none; }

h1, h2, h3, h4, h5, h6, b {
  font-weight: 400; }

a, img {
  text-decoration: none;
  border: 0; }

body {
  font-family: Arial, "Microsoft YaHei", "simsun";
  color: #666;
  background: #fff;
  font-size: 14px;
  min-width: 1200px; }

a {
  color: #666;
  font-size: 14px; }
  a:link {
    text-decoration: none; }
  a:visited {
    text-decoration: none;
    color: #666; }
  a:hover {
    text-decoration: none;
    color: #337aec; }
  a:active {
    text-decoration: none;
    color: #666; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.clear {
  clear: both; }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    line-height: 0; }

.container {
  width: 1200px;
  margin: 0 auto;
  clear: both; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

.bg-icon {
  background: url(../images/icon.png) no-repeat; }

.border {
  border: 1px solid #cdcdcd;
  background: #fff; }

.box {
  background: #fff;
  box-shadow: 0 0 5px #d6d6d6;
  margin-bottom: 30px; }

.red {
  color: #fd0002; }

.gray {
  color: #999; }

.orange {
  color: #337aec; }

.red {
  color: #d2191a; }

.blue {
  color: #ff4a0a; }

.black {
  color: #000; }

.color {
  color: #337aec; }

.hook {
  display: inline-block;
  width: 0;
  height: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  vertical-align: middle; }

.img-hook {
  text-align: center;
  font-size: 0;
  overflow: hidden; }
  .img-hook img {
    vertical-align: middle; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

/*表单*/
.form-group {
  height: 36px;
  line-height: 36px;
  position: relative;
  margin-bottom: 15px;
  *zoom: 1; }
  .form-group:after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    line-height: 0; }
  .form-group label {
    float: left;
    width: 90px;
    margin-right: 10px; }
    .form-group label span {
      color: #fd0002; }
  .form-group .input-control {
    float: left;
    height: 34px;
    line-height: 100%;
    line-height: 34px \9 ;
    border: 1px solid #b1bbc2;
    padding: 0 10px;
    width: 360px;
    color: #666;
    font-family: Arial, "Microsoft YaHei", "simsun"; }
  .form-group.auto-height {
    height: auto;
    line-height: normal; }

.btn {
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: 150px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  font-family: Arial, "Microsoft YaHei", "simsun"; }

.btn-blue {
  background: #ff4a0a; }

.btn-blue:visited {
  color: #fff; }

.btn-blue:hover {
  background: #00c0ff;
  color: #fff; }

.btn-white {
  background: #fff;
  color: #ff4a0a; }

.btn-white:visited {
  color: #ff4a0a; }

.btn-white:hover {
  background: #fff;
  color: #ff4a0a; }

.btn-confirm {
  background: #f08336; }

/*分页*/
.pagination {
  clear: both;
  text-align: center;
  height: 28px;
  line-height: 28px;
  overflow: hidden; }
  .pagination a {
    display: inline-block;
    border: 1px solid #cdcdcd;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    font-size: 12px; }

  .pagination .current {
    display: inline-block;
    background: #ff4a0a;
      color: #fff;
      border: 1px solid #ff4a0a;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    font-size: 12px; 

  }

    .pagination a.active, .pagination a:hover {
      background: #ff4a0a;
      color: #fff;
      border: 1px solid #ff4a0a; }

.header {
  min-width: 1200px;
  height: 202px; }
  .header .top {
    height: 35px;
    line-height: 35px;
    background: #f6f6f6;
    border-bottom: 1px solid #ededed; }
  .header .main {
    height: 90px;
    padding: 15px 0;
    overflow: hidden; }
    .header .main .container {
      position: relative; }
    .header .main.fixed {
      position: fixed;
      top: 10px;
      background: #fff;
      z-index: 990;
      width: 100%;
      border-bottom: 1px solid #ededed; }
    .header .main .tel {
      right: 0;
      top: 20px;
      position: absolute;
      padding-left: 60px;
      font-size: 16px; }
      .header .main .tel i {
        display: block;
        width: 50px;
        height: 50px;
        background-position: -35px -7px;
        left: 0;
        top: 0;
        position: absolute;
        
      }
      .header .main .tel span {
        font-size: 16px; 
        display:block;
        margin-top:15px;
      }
  .header .nav {
    height: 46px;
    line-height: 46px;
    background: #ff4a0a;
    overflow: hidden; }
    .header .nav li {
      float: left;
      width: 142px;
      margin-right: 1px; }
      .header .nav li a {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 16px; }
        .header .nav li a.active, .header .nav li a:hover {
          background: #337aec; }

.flexslider {
  position: relative;
  height: 560px;
  overflow: hidden;
  z-index: 10;
  border: 0;
  border-radius: 0;
  margin: 0; }
  .flexslider .slides {
    position: relative;
    z-index: 1; }
    .flexslider .slides li {
      height: 560px;
      overflow: hidden; }
  .flexslider .flex-control-nav {
    position: absolute;
    bottom: 60px;
    z-index: 2;
    width: 100%;
    text-align: center;
    height: 18px;
    line-height: 18px;
    overflow: hidden; }
    .flexslider .flex-control-nav li {
      display: inline-block;
      width: 18px;
      height: 18px;
      margin: 0 5px;
      *display: inline;
      zoom: 1; }
    .flexslider .flex-control-nav a {
      display: block;
      width: 18px;
      height: 18px;
      overflow: hidden;
      cursor: pointer;
      background: url("../images/icon.png") no-repeat -220px -8px;
      font-size: 0;
      text-indent: -9999px; }
    .flexslider .flex-control-nav .flex-active {
      background-position: -245px -8px; }
  .flexslider .flex-direction-nav {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    top: 50%;
    z-index: 99;
    margin-top: -50px; }
    .flexslider .flex-direction-nav a {
      background: url("../images/icon.png") no-repeat;
      display: block;
      width: 50px;
      height: 100px;
      overflow: hidden;
      opacity: .6;
      position: absolute;
      top: 0;
      font-size: 0;
      text-align: -9999px; }
      .flexslider .flex-direction-nav a.flex-prev {
        background-position: -95px 0;
        left: 3%; }
      .flexslider .flex-direction-nav a.flex-next {
        background-position: -149px 0;
        right: 3%; }
      .flexslider .flex-direction-nav a:hover {
        opacity: 1; }

.footer {
  background: #2d2d2d;
  overflow: hidden; }
  .footer .footer-nav {
    padding: 30px 0;
    color: #fff; }
    .footer .footer-nav h3 {
      font-size: 18px;
      margin-bottom: 20px; }
    .footer .footer-nav li {
      font-size: 14px;
      color: #bdbdbd;
      height: 30px;
      line-height: 30px;
      margin-bottom: 5px; }
      .footer .footer-nav li a {
        color: #bdbdbd;
        font-size: 14px; }
    .footer .footer-nav .col-1 {
      width: 200px; }
    .footer .footer-nav .col-2 {
      width: 220px; }
    .footer .footer-nav .col-3 {
      width: 220px; }
    .footer .footer-nav .col-4 {
      width: 420px; }
      .footer .footer-nav .col-4 li {
        padding-left: 30px; }
      .footer .footer-nav .col-4 .tel {
        background-position: -281px 2px; }
      .footer .footer-nav .col-4 .address {
        background-position: -283px -30px; }
      .footer .footer-nav .col-4 .email {
        background-position: -281px -60px; }
      .footer .footer-nav .col-4 .qq {
        background-position: -282px -90px; }
    .footer .footer-nav .col-5 {
      width: 98px;
      text-align: center; }
      .footer .footer-nav .col-5 img {
        margin-bottom: 15px; }
  .footer .copyright {
    height: 35px;
    line-height: 35px;
    background: #000;
    font-size: 12px;
    color: #999;
    text-align: center; }
    .footer .copyright a {
      font-size: 12px;
      color: #999; }

/*index*/
.index-title {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 20px; }
  .index-title h3 {
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    color: #333;
    margin-bottom: 20px; }
    .index-title h3 .blue {
      font-size: 48px;
      color: #337aec; }
  .index-title i {
    width: 79px;
    height: 2px;
    overflow: hidden;
    background-position: -36px -111px;
    display: block;
    margin: 0 auto 15px; }
  .index-title p {
    text-align: center;
    font-size: 18px; }

.index-title2 {
  height: 150px;
  position: relative; }
  .index-title2 .bg {
    width: 278px;
    height: 150px;
    position: absolute;
    left: -40px;
    top: 0;
    display: block;
    background: #337aec; }
  .index-title2 h3 {
    color: #337aec;
    font-size: 40px;
    height: 70px;
    line-height: 70px;
    padding-top: 20px;
    position: relative;
    z-index: 5;
    padding-left: 20px;
    margin-bottom: 10px; }
    .index-title2 h3 span {
      color: #fff;
      font-size: 52px;
      padding-right: 20px; }
  .index-title2 .txt {
    font-size: 18px;
    color: #337aec;
    position: relative;
    z-index: 4;
    margin-left: 112px; }
    .index-title2 .txt span {
      color: #fff; }

.index-part1 {
  margin-bottom: 40px; }
  .index-part1 .features {
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    margin: 0 188px 35px; }
    .index-part1 .features li {
      float: left;
      font-size: 24px;
      border: 1px solid #999;
      border-radius: 30px;
      padding: 0 35px;
      height: 46px;
      line-height: 46px;
      margin: 0 15px; }
      .index-part1 .features li span {
        font-size: 30px; }
  .index-part1 .list .item {
    float: left;
    width: 20%;
    overflow: hidden;
    text-align: center; }
    .index-part1 .list .item .img {
      width: 200px;
      height: 200px;
      display: block;
      margin: 0 auto 20px;
      position: relative;
      overflow: hidden; }
      .index-part1 .list .item .img .mask {
        left: 0;
        top: 0;
        position: absolute;
        width: 200px;
        height: 200px;
        z-index: 10;
        background: url(../images/mask.png) no-repeat; }
      .index-part1 .list .item .img img {
        width: 100%; }
      .index-part1 .list .item .img .mask-bg {
        left: 5px;
        top: 5px;
        width: 190px;
        height: 190px;
        background: #000;
        opacity: 0.5;
        filter: alpha(opacity=50);
        position: absolute;
        z-index: 5;
        display: none; }
      .index-part1 .list .item .img .txt {
        width: 200px;
        height: 60px;
        line-height: 30px;
        font-size: 16px;
        position: absolute;
        left: 0;
        top: 70px;
        z-index: 11;
        color: #fff;
        display: none; }
      .index-part1 .list .item .img .text {
        font-size: 16px; }
    .index-part1 .list .item:hover .mask-bg {
      display: block; }
    .index-part1 .list .item:hover .txt {
      display: block; }

.index-part2 {
  background: #eee;
  overflow: hidden;
  padding-bottom: 40px; }
  .index-part2 .item {
    float: left;
    width: 240px;
    padding: 20px;
    background: #fff;
    margin-left: 26px; }
    .index-part2 .item .img-hook {
      height: 240px; }
      .index-part2 .item .img-hook img {
        max-width: 240px;
        max-height: 240px;
        overflow: hidden; }
    .index-part2 .item .title {
      font-size: 14px;
      height: 50px;
      line-height: 25px;
      display: block;
      margin: 15px 0; }
    .index-part2 .item .btn {
      display: block;
      margin: 0 auto;
      width: 130px; }
    .index-part2 .item:first-child {
      margin-left: 0; }

/*.index-part3 {
  margin-bottom: 40px; }
  .index-part3 .item {
    float: left;
    margin-left: 30px;
    width: 380px;
    height: 320px;
    overflow: hidden;
    color: #fff;
    position: relative;
    text-align: center; }
    .index-part3 .item:first-child {
      margin-left: 0; }
    .index-part3 .item.col-1 {
      background: #ff4a0a; }
    .index-part3 .item.col-2 {
      background: #4ec89f; }
    .index-part3 .item.col-3 {
      background: #337aec; }
    .index-part3 .item h3 {
      padding-top: 25px;
      height: 55px;
      line-height: 55px;
      font-size: 36px; }
    .index-part3 .item .icon {
      display: block;
      width: 42px;
      height: 58px;
      margin: 0 auto 10px;
      background-position: -220px -33px; }
    .index-part3 .item .text {
      font-size: 20px;
      line-height: 35px;
      margin-bottom: 25px; }
    .index-part3 .item .btn-color2, .index-part3 .item .btn-color2:visited {
      color: #4ec89f; }
    .index-part3 .item .btn-color3, .index-part3 .item .btn-color3:visited {
      color: #337aec; }
    .index-part3 .item .angle {
      right: 0;
      top: 0;
      position: absolute;
      width: 0;
      height: 0;
      border-top: 90px solid #000;
      border-left: 90px solid transparent;
      color: #fff;
      opacity: 0.1;
      filter: alpha(opacity=10); }
    .index-part3 .item .num {
      font-size: 30px;
      z-index: 10;
      position: absolute;
      right: 5px;
      top: 10px; }*/


.index-part3 {
  margin-bottom: 40px; }
  .index-part3 .item {
    float: left;
    margin-left: 30px;
    width: 270px;
    height: 320px;
    overflow: hidden;
    color: #fff;
    position: relative;
    text-align: center; }
    .index-part3 .item:first-child {
      margin-left: 0; }
    .index-part3 .item.col-1 {
      background: #00a9e0; }
    .index-part3 .item.col-2 {
      background: #4ec89f; }
    .index-part3 .item.col-3 {
      background: #f3ac2f; }
     .index-part3 .item.col-4 {
      background: #337aec; }
    .index-part3 .item h3 {
      padding-top: 25px;
      height: 55px;
      line-height: 55px;
      font-size: 36px; }
    .index-part3 .item .icon {
      display: block;
      width: 42px;
      height: 58px;
      margin: 0 auto 10px;
      background-position: -220px -33px; }
    .index-part3 .item .text {
      font-size: 20px;
      line-height: 35px;
      margin-bottom: 25px; }
    .index-part3 .item .btn-color2, .index-part3 .item .btn-color2:visited {
      color: #4ec89f; }
    .index-part3 .item .btn-color3, .index-part3 .item .btn-color3:visited {
      color: #337aec; }
    .index-part3 .item .angle {
      right: 0;
      top: 0;
      position: absolute;
      width: 0;
      height: 0;
      border-top: 90px solid #000;
      border-left: 90px solid transparent;
      color: #fff;
      opacity: 0.1;
      filter: alpha(opacity=10); }
    .index-part3 .item .num {
      font-size: 30px;
      z-index: 10;
      position: absolute;
      right: 5px;
      top: 10px; }


.index-part4 {
  background: url(../images/b2.jpg) no-repeat center top;
  height: 494px;
  overflow: hidden; }
  .index-part4 .index-title {
    color: #fff; }
    .index-part4 .index-title h3 {
      color: #fff; }
      .index-part4 .index-title h3 .blue {
        color: #f6b23b; }
  .index-part4 .item {
    float: left;
    width: 330px;
    height: 230px;
    overflow: hidden;
    margin-left: 30px;
    background: #f4edeb;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    padding: 25px;
    line-height: 35px; }
    .index-part4 .item:first-child {
      margin-left: 0; }
    .index-part4 .item h3 {
      color: #333;
      font-size: 36px;
      line-height: 65px; }
    .index-part4 .item h4 {
      color: #ff4a0a;
      font-size: 30px;
      line-height: 50px; }

.index-part5 .list-oem li {
  float: left;
  width: 175px;
  height: 48px;
  line-height: 48px;
  background: url(../images/icon.png) no-repeat -32px -124px;
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  overflow: hidden; }
  .index-part5 .list-oem li.m {
    margin-right: 0; }

.index-part6 {
  background: url(../images/b3.jpg) no-repeat center top;
  height: 618px; }

.index-part7 {
  background: #eee;
  padding: 40px 0;
  overflow: hidden; }
  .index-part7 .left {
    width: 600px;
    overflow: hidden; }
    .index-part7 .left .img {
      padding-top: 1px; }
      .index-part7 .left .img img {
        width: 100%;
        height: 360px;
        overflow: hidden; }
      .index-part7 .left .img .text {
        background: #666;
        padding: 10px 30px;
        line-height: 30px;
        height: 65px;
        color: #fff;
        font-size: 16px;
        overflow: hidden; }
        .index-part7 .left .img .text p {
          height: 65px;
          overflow: hidden; }
        .index-part7 .left .img .text span {
          color: #f1a400;
          font-size: 18px; }
  .index-part7 .right {
    width: 560px; }
    .index-part7 .right .img {
      height: 277px;
      overflow: hidden; }

.index-part8 {
  background: url(../images/b6.jpg) no-repeat center top;
  height: 697px;
  overflow: hidden; }
  .index-part8 .left {
    width: 460px;
    height: 697px;
    position: relative;
    font-size: 16px;
    color: #fff; }
    .index-part8 .left .txt1 {
      left: 0;
      top: 55px;
      position: absolute;
      line-height: 30px;
      overflow: hidden;
      font-size: 18px;
      width: 410px; }
      .index-part8 .left .txt1 .alinright {
        text-align: right; }
      .index-part8 .left .txt1 span {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px; }
        .index-part8 .left .txt1 span.icon1 {
          background-position: -30px -180px; }
        .index-part8 .left .txt1 span.icon2 {
          background-position: -60px -180px; }
    .index-part8 .left .txt2 {
      left: 220px;
      top: 220px;
      position: absolute; }
      .index-part8 .left .txt2 h3 {
        font-size: 30px;
        color: #fff;
        height: 45px;
        line-height: 45px; }
        .index-part8 .left .txt2 h3 span {
          font-size: 40px;
          color: #337aec; }
      .index-part8 .left .txt2 p {
        margin-bottom: 20px; }
  .index-part8 .right {
    width: 700px; }
    .index-part8 .right .index-title2 {
      left: -40px;
      margin: 15px 0; }
    .index-part8 .right .img {
      height: 317px;
      overflow: hidden;
      margin-bottom: 20px; }
    .index-part8 .right .text {
      font-size: 16px;
      line-height: 30px;
      margin-left: 35px;
      overflow: hidden; }

.index-part9 {
  background: url(../images/b5.jpg) no-repeat center top;
  height: 553px;
  overflow: hidden; }
  .index-part9 .index-title2 {
    margin: 40px 0; }
    .index-part9 .index-title2 .txt {
      margin-left: 148px; }
  .index-part9 .list {
    background: #f5f5f5;
    margin-left: 30px;
    height: 295px;
    overflow: hidden; }
    .index-part9 .list .title {
      font-size: 18px;
      height: 30px;
      line-height: 30px;
      padding: 20px 0 10px 20px; }
    .index-part9 .list ul {
      margin-left: 8px; }
    .index-part9 .list li {
      float: left;
      background: #fff;
      margin: 0 7px 15px;
      border: 1px solid #dadada;
      height: 90px;
      width: 175px;
      overflow: hidden; }
      .index-part9 .list li img {
        max-width: 175px;
        max-height: 90px;
        overflow: hidden; }

.index-part10 {
  padding: 40px 0; }
  .index-part10 .left {
    width: 720px;
    height: 450px;
    overflow: hidden; }
  .index-part10 .right {
    width: 450px; }
    .index-part10 .right .index-title2 {
      top: -40px;
      left: -30px; }
      .index-part10 .right .index-title2 .txt {
        margin-left: 148px; }
    .index-part10 .right .text h3 {
      height: 30px;
      line-height: 30px;
      font-size: 20px;
      color: #ff4a0a;
      background: url(../images/icon.png) no-repeat -273px -182px;
      padding-left: 40px;
      margin-top: 20px; }
      .index-part10 .right .text h3:first-child {
        margin-top: 0; }
    .index-part10 .right .text p {
      font-size: 14px;
      line-height: 25px;
      margin-left: 40px; }

.index-part11 {
  background: url(../images/b4.jpg) no-repeat center top;
  height: 711px;
  overflow: hidden; }
  .index-part11 .index-title2 {
    margin-top: 40px; }
    .index-part11 .index-title2 h3 {
      color: #337aec; }
    .index-part11 .index-title2 .txt {
      margin-left: 180px; }
  .index-part11 .left {
    width: 50%;
    overflow: hidden;
    padding-top: 45px; }
  .index-part11 .right {
    width: 50%;
    overflow: hidden;
    padding-top: 15px; }
  .index-part11 .text p {
    font-size: 18px;
    padding-left: 50px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    background: url(../images/icon.png) no-repeat -270px -120px;
    margin-left: 70px;
    overflow: hidden; }

.index-part12 {
  padding-bottom: 40px; }
  .index-part12 .list li {
    float: left;
    height: 140px;
    width: 200px;
    overflow: hidden;
    border: 1px solid #dedede;
    position: relative;
    margin: -1px;
    background: #fff; }
    .index-part12 .list li img {
      max-width: 200px;
      max-height: 140px;
      overflow: hidden; }

.index-part13 {
  background: #f2f2f2;
  padding-bottom: 40px; }
  .index-part13 .flexslider {
    height: 310px;
    background: none;
    margin: 0 45px 30px;
    overflow: inherit; }
    .index-part13 .flexslider .slides {
      height: 310px; }
      .index-part13 .flexslider .slides li {
        height: 310px;
        text-align: center;
        overflow: hidden; }
        .index-part13 .flexslider .slides li img {
          display: block;
          margin-bottom: 10px; }
    .index-part13 .flexslider .flex-control-nav {
      display: none; }
    .index-part13 .flexslider .flex-direction-nav {
      height: 28px;
      margin-top: -14px; }
      .index-part13 .flexslider .flex-direction-nav a {
        height: 28px;
        width: 28px; }
      .index-part13 .flexslider .flex-direction-nav a.flex-prev {
        background-position: -214px -122px;
        left: -45px; }
      .index-part13 .flexslider .flex-direction-nav a.flex-next {
        background-position: -242px -122px;
        right: -45px; }
  .index-part13 .more {
    text-align: center; }

.index-part14 {
  padding-bottom: 40px; }
  .index-part14 .left {
    width: 826px;
    margin-left: 20px; }
    .index-part14 .left .tab {
      height: 40px;
      line-height: 40px;
      margin-bottom: 22px; }
      .index-part14 .left .tab li {
        float: left;
        margin-left: 2px;
        position: relative;
        width: 205px; }
        .index-part14 .left .tab li:first-child {
          margin-left: 0; }
        .index-part14 .left .tab li a {
          background: #dedede;
          display: block;
          text-align: center;
          width: 100%; }
          .index-part14 .left .tab li a.active, .index-part14 .left .tab li a:hover {
            background: #ff4a0a;
            color: #fff; }
            .index-part14 .left .tab li a.active b, .index-part14 .left .tab li a:hover b {
              border-left: 4px solid transparent;
              border-right: 4px solid transparent;
              border-top: 4px solid #ff4a0a;
              bottom: -4px;
              display: block;
              height: 0;
              left: 50%;
              margin-left: 2px;
              position: absolute;
              width: 0; }
    .index-part14 .left .tab-content .content {
      display: none; }
      .index-part14 .left .tab-content .content:first-child {
        display: block; }
    .index-part14 .left .tab-content .top {
      margin-right: 25px;
      overflow: hidden;
      width: 300px; }
      .index-part14 .left .tab-content .top .img-hook {
        background: #f8f8f8;
        display: block;
        height: 200px;
        width: 300px;
        overflow: hidden;
        text-align: center; }
        .index-part14 .left .tab-content .top .img-hook img {
          max-width: 300px;
          max-height: 200px;
          overflow: hidden; }
      .index-part14 .left .tab-content .top .title {
        display: block;
        font-size: 16px;
        height: 35px;
        line-height: 35px;
        margin-bottom: 10px;
        width: 100%; }
      .index-part14 .left .tab-content .top .intro {
        height: 74px;
        line-height: 25px;
        overflow: hidden; }
        .index-part14 .left .tab-content .top .intro .blue {
          color: #ff4a0a; }
    .index-part14 .left .tab-content .list {
      overflow: hidden;
      width: 500px; }
      .index-part14 .left .tab-content .list li {
        border-bottom: 1px dashed #999;
        height: 38px;
        line-height: 38px;
        overflow: hidden;
        padding-left: 22px;
        padding-right: 80px;
        position: relative;
        background: url(../images/icon.png) no-repeat -288px -222px; }
        .index-part14 .left .tab-content .list li span {
          right: 0;
          top: 0;
          position: absolute;
          color: #999; }
  .index-part14 .question {
    background: #f8f8f8;
    margin-right: 20px;
    overflow: hidden;
    width: 305px; }
    .index-part14 .question h3 {
      background: #337aec;
      color: #fff;
      font-size: 18px;
      height: 40px;
      line-height: 40px;
      padding-left: 15px;
      position: relative; }
      .index-part14 .question h3 a {
        color: #fff;
        font-size: 14px;
        position: absolute;
        right: 5px;
        top: 0; }
    .index-part14 .question dl {
      border-top: 1px dashed #999;
      overflow: hidden;
      padding: 15px; }
      .index-part14 .question dl:first-child {
        border: none; }
      .index-part14 .question dl dd {
        color: #333;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        padding-left: 30px;
        position: relative; }
        .index-part14 .question dl dd span {
          background: #333;
          color: #fff;
          display: block;
          height: 18px;
          left: 0;
          line-height: 18px;
          position: absolute;
          text-align: center;
          top: 6px;
          width: 18px; }
      .index-part14 .question dl dt {
        height: 55px;
        line-height: 18px;
        overflow: hidden;
        padding-left: 30px;
        position: relative; }
        .index-part14 .question dl dt span {
          background: #337aec;
          color: #fff;
          display: block;
          height: 18px;
          left: 0;
          line-height: 18px;
          position: absolute;
          text-align: center;
          top: 3px;
          width: 18px; }

.footer-link {
  border-top: 1px solid #c8c8c8; }
  .footer-link .container {
    position: relative;
    padding: 20px 0; }
  .footer-link .name {
    position: absolute;
    left: 0;
    top: -1px;
    width: 125px;
    padding-top: 20px;
    border-top: 2px solid #ff4a0a;
    font-size: 18px; }
    .footer-link .name span {
      display: inline-block;
      height: 30px;
      vertical-align: middle;
      width: 30px; }
  .footer-link .link {
    margin-left: 130px;
    border-left: 1px solid #c8c8c8;
    padding-left: 10px; }
    .footer-link .link a {
      display: inline-block;
      vertical-align: middle;
      padding: 0 10px;
      margin-bottom: 15px; }

.breadcrumbs {
  border-bottom: 1px solid #dedede;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px; }
  .breadcrumbs a {
    font-size: 16px; }

.mainbody {
  margin-bottom: 20px; }

.mainleft {
  width: 240px;
  overflow: hidden; }
  .mainleft .title {
    height: 60px;
    line-height: 60px;
    background: #ff4a0a;
    color: #fff;
    font-size: 18px;
    padding-left: 20px; }
    .mainleft .title i {
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      height: 30px;
      background-position: 0px -32px;
      margin-right: 15px; }
  .mainleft .sidebar {
    border: 1px solid #dedede;
    margin-bottom: 20px; }
    .mainleft .sidebar li {
      border-top: 1px solid #f2f2f2;
      height: 52px;
      line-height: 52px; }
      .mainleft .sidebar li:first-child {
        border-top: none; }
      .mainleft .sidebar li a {
        display: block;
        padding-left: 22px;
        background: url(../images/icon.png) no-repeat 208px -63px; }
        .mainleft .sidebar li a:hover, .mainleft .sidebar li a.active {
          background-color: #f2f2f2;
          background-position: 208px -124px;
          color: #ff4a0a; }
  .mainleft .img {
    margin-bottom: 20px; }
  .mainleft .contact {
    border: 1px solid #dedede; }
    .mainleft .contact .tel {
      margin: 0 13px;
      border-bottom: 1px solid #dedede;
      padding: 13px 0 13px 52px;
      position: relative;
      height: 45px;
      font-size: 16px;
      margin-bottom: 10px; }
      .mainleft .contact .tel i {
        background-position: -101px -187px;
        position: absolute;
        left: 0;
        top: 15px;
        display: block;
        height: 45px;
        width: 45px;
        margin-right: 10px; }
      .mainleft .contact .tel span {
        display: block;
        font-size: 22px; }
    .mainleft .contact .other {
      margin: 0 13px; }
      .mainleft .contact .other p {
        margin-bottom: 10px; }
        .mainleft .contact .other p em {
          padding: 0 20px; }
    .mainleft .contact .more {
      background: #dedede;
      text-align: center;
      height: 46px;
      line-height: 46px; }
      .mainleft .contact .more a {
        color: #ff4a0a;
        background-position: 65px -144px;
        padding-right: 30px; }

.mainright {
  width: 960px; }
  .mainright .main-box {
    border: 1px solid #dedede;
    margin-left: 20px; }

/*产品中心*/
.product-list .item {
  float: left;
  height: 400px;
  margin: 0 0 30px 40px;
  position: relative;
  width: 280px; }
  .product-list .item > div {
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    height: 340px;
    overflow: hidden;
    padding: 30px 20px 15px;
    position: relative;
    width: 238px; }
  .product-list .item .img-hook {
    height: 220px;
    margin: 0 auto;
    overflow: hidden;
    width: 220px; }
  .product-list .item .title {
    border-bottom: 1px solid #cdcdcd;
    display: block;
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    overflow: hidden; }
  .product-list .item .text {
    height: 70px;
    line-height: 22px;
    overflow: hidden; }
  .product-list .item.hover > div {
    border-color: #e22c07;
    height: auto;
    z-index: 50; }
  /*.product-list .item.hover .text {
    height: auto; }*/

.aboutus {
  padding: 20px; }
  .aboutus .color3 {
    color: #333; }

/*联系我们*/
.contact-us .title {
  height: 60px;
  padding-left: 50px;
  display: block;
  margin: 35px auto;
  width: 130px;
  position: relative; }
  .contact-us .title i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 60px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-style: normal;
    color: #ff4a0a; }
  .contact-us .title h3 {
    font-size: 30px;
    color: #333; }
  .contact-us .title span {
    font-size: 20px; }
.contact-us .list-c {
  margin-bottom: 20px; }
  .contact-us .list-c .item {
    float: left;
    width: 215px;
    height: 235px;
    font-size: 16px;
    overflow: hidden;
    color: #fff;
    padding: 20px 30px;
    margin-left: 33px; }
    .contact-us .list-c .item:first-child {
      margin-left: 0; }
    .contact-us .list-c .item .bg-icon {
      display: block;
      height: 50px;
      width: 60px;
      margin: 0 auto 20px; }
    .contact-us .list-c .item p {
      text-align: center;
      line-height: 25px; }
    .contact-us .list-c .item .img {
      position: relative;
      top: -10px; }
    .contact-us .list-c .item h3 {
      text-align: center;
      font-size: 24px;
      margin-bottom: 20px; }
    .contact-us .list-c .item.col-1 {
      background: #00a9e0; }
      .contact-us .list-c .item.col-1 .bg-icon {
        background-position: -33px -247px; }
    .contact-us .list-c .item.col-2 {
      background: #4ec89f; }
      .contact-us .list-c .item.col-2 .bg-icon {
        background-position: -93px -245px; }
    .contact-us .list-c .item.col-3 {
      background: #f3ac2f; }
      .contact-us .list-c .item.col-3 .bg-icon {
        background-position: -151px -244px; }
    .contact-us .list-c .item.col-4 {
      background: #ef7171; }
      .contact-us .list-c .item.col-4 .bg-icon {
        background-position: -211px -244px; }
.contact-us .list-h {
  padding-top: 40px;
  margin-bottom: 40px; }
  .contact-us .list-h .item {
    width: 33.3%;
    float: left;
    overflow: hidden; }
    .contact-us .list-h .item h3 {
      font-size: 24px;
      color: #333;
      height: 35px;
      line-height: 35px;
      margin-bottom: 15px;
      padding-left: 45px;
      position: relative; }
      .contact-us .list-h .item h3 i {
        left: 0;
        top: 0;
        position: absolute;
        width: 35px;
        height: 35px; }
      .contact-us .list-h .item h3 .icon1 {
        background-position: -33px -313px; }
      .contact-us .list-h .item h3 .icon2 {
        background-position: -72px -313px; }
      .contact-us .list-h .item h3 .icon3 {
        background-position: -110px -313px; }
    .contact-us .list-h .item .text {
      margin-left: 45px;
      width: 320px;
      line-height: 23px; }
      .contact-us .list-h .item .text p {
        margin-bottom: 20px; }
        .contact-us .list-h .item .text p span {
          color: #333; }
.contact-us .map {
  height: 514px; }

/*资讯中心*/
.news-center {
  padding-bottom: 30px; }
  .news-center .item {
    border-bottom: 1px solid #e1e1e1;
    margin: 20px;
    overflow: hidden;
    height: 120px;
    padding-left: 180px;
    position: relative;
    padding-bottom: 20px; }
    .news-center .item .img-hook {
      left: 0;
      top: 0;
      position: absolute;
      width: 160px;
      height: 120px; }
      .news-center .item .img-hook img {
        max-width: 160px;
        max-height: 120px; }
    .news-center .item .title {
      line-height: 25px;
      height: 25px;
      overflow: hidden;
      font-size: 18px;
      color: #333; }
      .news-center .item .title:hover {
        color: #337aec; }
    .news-center .item .intro {
      line-height: 25px;
      height: 50px;
      overflow: hidden;
      color: #999;
      margin-bottom: 10px;
      margin-top: 10px; }
      .news-center .item .intro .more {
        color: #005aa0; }
    .news-center .item .date {
      text-align: right;
      font-size: 12px;
      color: #999; }

.news-detail {
  padding: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  overflow: hidden; }
  .news-detail h1 {
    text-align: center;
    font-size: 24px;
    color: #333;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px; }
  .news-detail .other {
    text-align: center;
    font-size: 12px;
    color: #999;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 10px; }
    .news-detail .other em {
      padding: 0 20px; }
  .news-detail .detail {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 20px; }

.qrcode-share {
  text-align: center; }
  .qrcode-share p {
    margin-bottom: 10px; }
  .qrcode-share .share {
    padding-top: 15px;
    height: 26px;
    line-height: 26px;
    position: relative; }
    .qrcode-share .share span {
      display: block;
      float: left;
      position: static;
      text-align: right;
      width: 448px; }
    .qrcode-share .share .bdsharebuttonbox {
      float: left; }
      .qrcode-share .share .bdsharebuttonbox a {
        float: left;
        background: url(../images/icon.png) no-repeat;
        display: block;
        height: 26px;
        margin: 0 5px 0 0;
        padding-left: 0;
        width: 28px; }
      .qrcode-share .share .bdsharebuttonbox .bds_sqq {
        background-position: -160px -301px; }
      .qrcode-share .share .bdsharebuttonbox .bds_tsina {
        background-position: -197px -301px; }
      .qrcode-share .share .bdsharebuttonbox .bds_weixin {
        background-position: -234px -301px; }
      .qrcode-share .share .bdsharebuttonbox .bds_more {
        background-position: -270px -301px; }

.recommend-list .title {
  border-bottom: 1px solid #e1e1e1;
  height: 58px;
  line-height: 58px;
  margin: 0 22px 22px;
  position: relative; }
  .recommend-list .title h3 {
    color: #333;
    font-size: 24px;
    font-weight: 400; }
  .recommend-list .title i {
    background: #ff4a0a;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100px; }
.recommend-list li {
  float: left;
  height: 220px;
  line-height: 20px;
  margin-left: 20px;
  overflow: hidden;
  width: 210px; }
  .recommend-list li .img-hook {
    display: block;
    width: 210px;
    height: 158px;
    overflow: hidden;
    margin-bottom: 10px; }
    .recommend-list li .img-hook img {
      max-width: 210px;
      max-height: 158px;
      overflow: hidden; }

/**/
.product-detail {
  margin-left: 35px;
  margin-bottom: 25px; }
  .product-detail .detail {
    overflow: hidden;
    height: 400px;
    margin-bottom: 30px; }
    .product-detail .detail .scroll {
      width: 68px;
      height: 320px;
      position: relative;
      padding: 40px 0; }
      .product-detail .detail .scroll .abtn {
        display: block;
        width: 65px;
        height: 28px;
        background: url(../images/icon.png) no-repeat;
        position: absolute;
        left: 0; }
      .product-detail .detail .scroll .abtn-up {
        background-position: -151px -331px;
        top: 0; }
      .product-detail .detail .scroll .abtn-down {
        background-position: -217px -331px;
        bottom: 0; }
      .product-detail .detail .scroll .img-list {
        position: relative;
        height: 312px;
        overflow: hidden;
        margin-top: 10px; }
      .product-detail .detail .scroll ul {
        top: 0;
        position: absolute;
        width: 100%;
        overflow: hidden; }
      .product-detail .detail .scroll li {
        margin-bottom: 12px;
        width: 64px;
        height: 64px;
        overflow: hidden;
        border: 1px solid #e0e0e0;
        cursor: pointer; }
        .product-detail .detail .scroll li img {
          width: 100%;
          height: 100%; }
    .product-detail .detail .big-img {
      width: 398px;
      height: 398px;
      margin-left: 10px;
      border: 1px solid #e0e0e0;
      overflow: hidden; }
      .product-detail .detail .big-img img {
        max-width: 100%; }
    .product-detail .detail .intro {
      width: 420px;
      overflow: hidden; }
      .product-detail .detail .intro h1 {
        font-size: 24px;
        height: 40px;
        line-height: 40px;
        color: #333;
        margin-bottom: 10px; }
      .product-detail .detail .intro .sub-title {
        font-size: 16px;
        margin-bottom: 20px; }
      .product-detail .detail .intro .text {
        background: #f2f2f2;
        padding: 20px 30px;
        line-height: 30px;
        overflow: hidden;
        height: 200px;
        margin-bottom: 15px; }
        .product-detail .detail .intro .text h3 {
          font-size: 18px;
          color: #337aec; }
      .product-detail .detail .intro .qrcode-share .share span {
        width: 80px; }
  .product-detail .intro {
    line-height: 25px;
    overflow: hidden; }
    .product-detail .intro h3 {
      border-bottom: 1px solid #dedede;
      height: 45px;
      line-height: 45px;
      color: #337aec;
      position: relative;
      font-size: 18px;
      margin-bottom: 20px; }
      .product-detail .intro h3 i {
        display: block;
        background: #337aec;
        height: 2px;
        width: 78px;
        bottom: -2px;
        position: absolute; }

/*咨询*/
.advisory {
  margin-bottom: 22px;
  padding-bottom: 44px; }
  .advisory .form {
    margin: 0 65px; }
  .advisory .group1 {
    width: 350px; }
  .advisory .group2 {
    width: 450px; }
  .advisory .form-group {
    height: 60px; }
    .advisory .form-group.auto-height {
      height: auto; }
    .advisory .form-group label {
      width: 100%;
      line-height: 25px; }
    .advisory .form-group .input-control {
      width: 300px; }
      .advisory .form-group .input-control.w130 {
        width: 130px; }
    .advisory .form-group .textarea {
      width: 435px;
      height: 100px;
      resize: none;
      overflow: hidden;
      padding: 5px; }
    .advisory .form-group .codeimg {
      margin: 0 15px; }
    .advisory .form-group .btn {
      width: 145px;
      font-size: 16px; }
  .advisory .title {
    border-bottom: 1px solid #e1e1e1;
    height: 58px;
    line-height: 58px;
    margin: 0 22px 22px;
    position: relative; }
    .advisory .title h3 {
      color: #333;
      font-size: 24px;
      font-weight: 400; }
    .advisory .title i {
      background: #ff4a0a;
      height: 2px;
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 100px; }

.strength {
  padding: 50px 0; }
  .strength .text {
    line-height: 25px;
    margin: 0 35px;
    overflow: hidden; }
  .strength .big-img {
    text-align: center;
    margin-bottom: 40px; }

.strength-slides {
  height: 112px;
  width: 800px;
  margin: 0 auto 50px;
  overflow: inherit; }
  .strength-slides .slides {
    z-index: 100; }
    .strength-slides .slides li {
      width: 138px;
      height: 110px;
      overflow: hidden;
      border: 1px solid #fff;
      cursor: pointer; }
      .strength-slides .slides li img {
        width: 100%;
        height: 100%;
        -moz-user-select: none; }
  .strength-slides .flex-control-nav {
    display: none; }
  .strength-slides .flex-direction-nav {
    height: 73px;
    margin-top: -36px; }
    .strength-slides .flex-direction-nav a {
      height: 73px;
      width: 36px; }
      .strength-slides .flex-direction-nav a.flex-prev {
        background-position: -31px -349px;
        left: -50px; }
      .strength-slides .flex-direction-nav a.flex-next {
        background-position: -66px -349px;
        right: -50px; }


      .about-qualification
{
    margin-bottom: 22px;
    overflow: hidden;
}

    .about-qualification li
    {
        float: left;
        width: 198px;
        overflow: hidden;
        text-align: center;
        margin: 0 13px 15px;
        height: 315px;
        line-height: 30px;
    }

        .about-qualification li p
        {
            width: 198px;
            height: 284px;
            overflow: hidden;
            display: block;
            margin-bottom: 10px;
            text-align: center;
            font-size: 0;
        }

            .about-qualification li p img
            {
                max-width: 198px;
                max-height: 284px;
                vertical-align: middle;
                overflow: hidden;
            }


/*# sourceMappingURL=style.css.map */

/*分页样式蓝色小 */
.pglist{padding: 20px 0 30px;width:100%;text-align: center;clear: both;}
.pglist a,.pglist span{color: #666;padding: 0 11px;margin: 0 3px;display: inline-block;vertical-align: middle;
line-height: 28px;background: #fff;border: 1px solid #ddd;-webkit-border-radius: 2px;border-radius: 2px;}
.pglist a:hover,.pglist span{display:inline-block;color: #fff;background: #ff4a0a;border-color: #ff4a0a;}
.pglist a.page-num-current{display:inline-block;color: #fff;background: #ff4a0a;border-color: #ff4a0a;}
