/*
* @Author: jason
* @Date:   2016-10-16 20:01:37
* @Last Modified by:   jason
* @Last Modified time: 2016-12-05 22:42:37
*/
@charset "utf-8";

/********************
common
********************/
/* width */
.w1280 { width: 1280px; }

/* head */
.hd-main {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
}
.hd-main h2 {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 10px;
  padding: 0 10px 13px;
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
  border-bottom: 1px solid #ccc;
}
.hd-main h2,
.hd-main h2 a { color: #333; }
.hd-main h2 a:hover { color: #232323; }
.hd-main h2 i {
  position: absolute;
  bottom: -1px;
  left: 50%;
  display: block;
  width: 80px;
  height: 2px;
  margin-left: -40px;
  overflow: hidden;
}
.hd-main p {
  font-size: 14px;
  line-height: 1;
  color: #ccc;
}

/********************
modular
********************/
/* mod-slide */
.mod-slide .bd,
.mod-slide .bd li {
  width: 100%;
  overflow: hidden;
  background-color: #ccc;
}
.mod-slide,
.mod-slide .bd,
.mod-slide .bd li { height: 600px; }
.mod-slide {
  position: relative;
  z-index: 1;
}
.mod-slide .w {
  position: relative;
  z-index: 2;
}
.mod-slide .prev,
.mod-slide .next {
  position: absolute;
  top: 225px;
  display: none;
  z-index: 3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url('../images/icon_slide.png') no-repeat;
}
.mod-slide .prev {
  left: -60px;
  background-position: left top;
}
.mod-slide .next {
  right: -60px;
  background-position: right bottom;
}
.mod-slide .prev:hover,
.mod-slide .next:hover {
  background-color: #000;
  background-color: rgba(0,0,0,.5);
}
.mod-slide .prev:hover { background-position: right top; }
.mod-slide .next:hover { background-position: left bottom; }
.mod-slide .hd {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 2px;
  line-height: 0;
  text-align: center;
}
.mod-slide .hd span {
  display: inline-block;
  width: 50px;
  height: 2px;
  overflow: hidden;
  margin: 0 10px;
  cursor: pointer;
  background-color: #fff;
}
.mod-slide .hd span.on { background-color: #232323; }
.mod-slide .bd {
  position: absolute;
  top: 0;
  left: 0;
}
.mod-slide .bd ul,
.mod-slide .bd li {
  -webkit-transition: none;
          transition: none;
}
.mod-slide .bd li {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}
.mod-slide .bd li a {
  display: block;
  height: 100%;
}

/* mom-product */
.mod-product .hd {
  padding: 40px 0;
  text-align: center;
}
.mod-product .hd .image,
.mod-product .hd .cont {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.mod-product .hd .image { margin-right: 110px; }
.mod-product .hd .image img {
  display: block;
  width: 400px;
  height: 225px;
  background-color: #ccc;
}
.mod-product .hd .cont { text-align: left; }
.mod-product .hd .cont h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  /*font: bold 40px/1.2 'Aparajita', 'Myriad Pro', Arial;*/
  color: #444;
  border-bottom: 1px solid #ababab;
}
.mod-product .hd .cont p {
  font-size: 16px;
  line-height: 30px;
  color: #bbb;
}
.mod-product .bd {
  padding-top: 50px;
  padding-bottom: 0px;
}
.mod-product .bd .tab {
  height: 32px;
  margin-bottom: 70px;
  text-align: center;
}
.mod-product .bd .tab li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 7px;
}
.mod-product .bd .tab li a {
  position: relative;
  display: block;
  height: 50px;
  padding: 0 15px;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  background-color: #5f5f5f;
}
.mod-product .bd .tab li a span {
  position: relative;
  z-index: 1;
}
.mod-product .bd .tab li a s {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #232323;
}
.mod-product .bd .tab li a:hover s,
.mod-product .bd .tab li.on a s {
  width: 100%;
}
.mod-product .bd .cont,
.mod-product .bd .cont ul,
.mod-product .bd .cont li {
  -webkit-transition: none;
          transition: none;
}
.mod-product .bd .cont {

}
.mod-product .bd .cont ul {
  width: 1280px;
}
.mod-product .bd .cont li {
  float: left;
  width: 350px;
  padding-bottom: 60px;
  padding-right: 55px;
}
.mod-product .bd .cont li a {
  display: block;
  cursor: pointer;
}
.mod-product .bd .cont li .image,
.mod-product .bd .cont li img {
  width: 350px;
  height: 200px;
}
.mod-product .bd .cont li .image {
  margin: 0 10px;
}
.mod-product .bd .cont li span {
  position: relative;
  display: block;
  overflow: hidden;
  height: 1px;
  margin-top: 30px;
  background-color: #e1e1e1;
}
.mod-product .bd .cont li span s {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #232323;
}
.mod-product .bd .cont li .title {
  padding: 12px 10px 0;
  height: 1em;
  font-size: 14px;
  line-height: 1;
  overflow: hidden;
}
.mod-product .bd .cont li a:hover span s { width: 100%; }
.mod-product .bd .cont li a:hover .title { color: #232323; }

/* mod-brand */
.mod-brand {
  padding-bottom: 80px;
  color: #fff;
 /* background:url('../images/201604161460786515415024.jpg'); */
  background-color: #232323;
}
.mod-brand .hd-main h2 { border-color: #fff; }
.mod-brand .hd-main h2,
.mod-brand .hd-main h2 a,
.mod-brand .hd-main p { color: #fff; }
.mod-brand .hd-main h2 a:hover { color: #e8fff3; }
.mod-brand .bd {
  height: 360px;
  padding-top: 32px;
  overflow: hidden;
}
.mod-brand .bd li {
  float: left;
  padding-right: 25px;
  color: #fff;
}
.mod-brand .bd li a {
  display: block;
  position: relative;
  width: 206px;
  height: 350px;
  color: #fff;
  cursor: pointer;
  border: 5px solid #fff;
}
.mod-brand .bd li i {
  position: absolute;
  top: -32px;
  left: 50%;
  margin-left: -60px;
  padding: 0 30px;
  font: bold 60px/1 Arial;
  background-color: #5f5f5f;
}
.mod-brand .bd li h3 {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  height: 48px;
  padding: 0 10px;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
}
.mod-brand .bd li .image,
.mod-brand .bd li .image img {
  width: 186px;
  height: 230px;
}
.mod-brand .bd li .image {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: #fff;
}
.mod-brand .bd li a:hover h3 { color: #e8fff3; }

/* mod-solution */
.mod-solution { padding-bottom: 60px; }
.mod-solution .bd {
  height: 420px;
  overflow: hidden;
}
.mod-solution .bd .tab {
  float: left;
  width: 275px;
  height: 420px;
  background-color: #3e3e3e;
}
.mod-solution .bd .tab li {
  height: 70px;
  padding-left: 5px;
  background: url('../images/bg_solution_tab.png') repeat-x bottom;
}
.mod-solution .bd .tab li a {
  display: block;
  height: 100%;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 16px;
  line-height: 70px;
  color: #fff;
  background: url('../images/icon_solution_tab.png') no-repeat 240px 25px;
}
.mod-solution .bd .tab li a:hover,
.mod-solution .bd .tab li.on a {
  background-position: 240px -45px;
  background-color: #232323;
}
.mod-solution .bd .cont,
.mod-solution .bd .cont ul,
.mod-solution .bd .cont li {
  -webkit-transition: none;
          transition: none;
}
.mod-solution .bd .cont {
  float: right;
  width: 905px;
}
.mod-solution .bd .cont li {
  float: left;
  width: 865px;
  padding-left: 40px;
}
.mod-solution .bd .intro {
  position: relative;
  float: left;
  width: 200px;
  height: 420px;
}
.mod-solution .bd .intro dt {
  max-height: 60px;
  overflow: hidden;
  margin: 15px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
.mod-solution .bd .intro dd {
  max-height: 240px;
  overflow: hidden;
  font-size: 14px;
}
.mod-solution .bd .intro dd a:hover { color: #232323; }
.mod-solution .bd .intro i {
  display: block;
  width: 30px;
  height: 1px;
  margin-top: 13px;
  overflow: hidden;
  background-color: #232323;
}
.mod-solution .bd .intro .show {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 134px;
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  color: #232323;
  text-align: center;
  border: 1px solid #232323;
}
.mod-solution .bd .intro .show:hover {
  color: #fff;
  background-color: #232323;
}
.mod-solution .bd .image,
.mod-solution .bd .image img {
  width: 630px;
  height: 420px;
}
.mod-solution .bd .image { float: right; }

/* mod-case */
.mod-case {
  height: 726px;
  background: url('../images/bg_case.jpg') no-repeat #eaf3ef;
}
.mod-case .hd h2 { border-color: #000; }
.mod-case .hd p { color: #000; }
.mod-case .bd {
  height: 472px;
  overflow: hidden;
}
.mod-case .bd li {
  float: left;
  width: 236px;
  height: 472px;
}
.mod-case .bd li a {
  position: relative;
  display: block;
  height: 100%;
  cursor: pointer;
}
.mod-case .bd li .cont {
  position: absolute;
  z-index: 2;
  width: 186px;
  height: 186px;
  padding: 25px;
  background-color: #3e3e3e;
}
.mod-case .bd li .cont dt {
  height: 24px;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
}
.mod-case .bd li .cont dd {
  max-height: 110px;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  color: #CCC;
}
.mod-case .bd li .cont i {
  display: block;
  width: 30px;
  height: 1px;
  margin-top: 30px;
  overflow: hidden;
  background-color: #999;
}
.mod-case .bd li .cont s {
  position: absolute;
  left: 50%;
  display: block;
  width: 1px;
  height: 1px;
  margin-left: -10px;
  border: 10px solid transparent;
}
.mod-case .bd li .image,
.mod-case .bd li .image img {
  width: 236px;
  height: 236px;
}
.mod-case .bd li .image {
  position: absolute;
  z-index: 1;
}
.mod-case .bd li.odd .cont { top: 0; }
.mod-case .bd li.odd .cont s {
  bottom: -21px;
  border-top-color: #3e3e3e;
}
.mod-case .bd li.odd .image { bottom: 0; }
.mod-case .bd li.even .cont { bottom: 0; }
.mod-case .bd li.even .cont s {
  top: -21px;
  border-bottom-color: #3e3e3e;
}
.mod-case .bd li.even .image { top: 0; }
.mod-case .bd li a:hover .cont { background-color: #232323; }
.mod-case .bd li a:hover .cont dd { color: #fff; }
.mod-case .bd li a:hover .cont i { background-color: #efefef; }
.mod-case .bd li.odd a:hover .cont s { border-top-color: #232323; }
.mod-case .bd li.even a:hover .cont s { border-bottom-color: #232323; }

/* mod-team */
.mod-team { padding-bottom: 60px; }
.mod-team .bd .cont ul,
.mod-team .bd .cont li {
  -webkit-transition: none;
          transition: none;
}
.mod-team .bd .cont {
  height: 348px;
  overflow: hidden;
}
.mod-team .bd .cont li {
  float: left;
  width: 216px;
  height: 348px;
  padding-right: 25px;
}
.mod-team .bd .cont li a {
  display: block;
  height: 100%;
  cursor: pointer;
}
.mod-team .bd .cont li .image,
.mod-team .bd .cont li .image img {
  width: 216px;
  height: 240px;
}
.mod-team .bd .cont li .info {
  height: 108px;
  padding: 0 10px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: #030100;
}
.mod-team .bd .cont li .info h4 {
  height: 24px;
  margin-top: 18px;
  font-size: 15px;
  overflow: hidden;
}
.mod-team .bd .cont li .info i {
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 10px;
  margin-left: 83px;
  *margin-left: 0;
  overflow: hidden;
  background-color: #fff;
}
.mod-team .bd .cont li .info p {
  height: 24px;
  overflow: hidden;
  margin-top: 10px;
  font-size: 14px;
}
.mod-team .bd .cont li a:hover .image img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.mod-team .bd .cont li a:hover .info { background-color: #232323; }
.mod-team .bd .icons {
  height: 40px;
  margin-top: 30px;
  text-align: center;
  overflow: hidden;
}
.mod-team .bd .icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  vertical-align: middle;
  background: url('../images/icon_team_arrow.png') no-repeat #ddd;
  border-radius: 50px;
}
.mod-team .bd .icons a:hover { background-color: #232323; }
.mod-team .bd .icons a.prev { background-position: left top; }
.mod-team .bd .icons a.prev:hover { background-position: right top; }
.mod-team .bd .icons a.next { background-position: right bottom; }
.mod-team .bd .icons a.next:hover { background-position: left bottom; }
.mod-team .bd .icons span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 4px;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%;
  background: #ddd;
}
.mod-team .bd .icons span.on { background-color: #232323; }

/* mod-about */
.mod-about {
  height: 624px;
  padding: 60px 0;
  overflow: hidden;
/*  background: #fbfbfb url('../images/bg_about.jpg') no-repeat;*/
}
.about-intro { overflow: hidden; }
.about-intro .image,
.about-intro .image img {
  width: 540px;
  height: 310px;
  border-radius: 5px;
}
.about-intro .image { float: left; }
.about-intro .cont {
  float: right;
  width: 560px;
  min-height: 200px;
  padding-left: 40px;
  background: url('../images/bg_about_cont.png') no-repeat left 10px;
}
.about-intro .cont h2 {
  margin-top: 5px;
  font-size: 21px;
}
.about-intro .cont p {
  margin-top: 7px;
  font-size: 14px;
  color: #333;
}
.about-intro .cont i {
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 10px;
  overflow: hidden;
  background-color: #232323;
}
.about-intro .cont h3 {
  margin-top: 21px;
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
.about-intro .cont dt {
  margin-top: 10px;
  font-size: 14px;
}
.about-intro .cont dd {
  max-height: 154px;
  margin-top: 5px;
  font-size: 13px;
  line-height: 28px;
}
.about-honor .hd {
  margin-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}
.about-honor .hd h2 {
  float: left;
  font-size: 18px;
  line-height: 1.2;
  color: #333;
}
.about-honor .hd .arrow {
  float: right;
  height: 18px;
  margin-top: 1px;
}
.about-honor .hd .arrow a {
  float: left;
  width: 18px;
  height: 18px;
  margin-left: 15px;
  background: url('../images/icon_honor_arrow.png') no-repeat #b9c0c0;
}
.about-honor .hd .arrow a:hover { background-color: #232323; }
.about-honor .hd .arrow .prev { background-position: left top; }
.about-honor .hd .arrow .prev:hover { background-position: right top; }
.about-honor .hd .arrow .next { background-position: right bottom; }
.about-honor .hd .arrow .next:hover { background-position: left bottom; }
.about-honor .bd ul,
.about-honor .bd li {
  -webkit-transition: none;
          transition: none;
}
.about-honor .bd {
  height: 254px;
  overflow: hidden;
}
.about-honor .bd li {
  float: left;
  height: 254px;
  padding-right: 20px;
}
.about-honor .bd li a {
  position: relative;
  display: block;
  padding: 10px;
}
.about-honor .bd li .image,
.about-honor .bd li .image img {
  display: block;
  height: 180px;
}
.about-honor .bd li a i,
.about-honor .bd li a s {
  position: absolute;
  display: block;
  width: 5px;
  height: 20px;
  border-color: #b9c0c0;
  border-style: solid;
}
.about-honor .bd li a i {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}
.about-honor .bd li a s {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}
.about-honor .bd li a:hover i,
.about-honor .bd li a:hover s { border-color: #232323; }

/* mod-news */
.mod-news {
  padding: 10px 0;
}
.mod-news .more {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  padding-right: 16px;
  color: #333;
}
.mod-news .more i {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 11px;
  height: 11px;
  overflow: hidden;
  margin-top: -4px;
  font-style: normal;
  line-height: 11px;
  color: #fff;
  text-align: center;
}
.mod-news a:hover .more,
.mod-news .more:hover { color: #232323; }
.mod-news a:hover .more i,
.mod-news .more:hover i {
  background-position: 0 -11px;

}
.news-topic li {
  float: left;
  width: 362px;
  margin-right: 40px;
}
.news-topic li a {
  display: block;
  height: 100%;
  cursor: pointer;
}
.news-topic li .image,
.news-topic li .image img {
  width: 362px;
  height: 200px;
}
.news-topic li dt {
  height: 24px;
  margin-top: 24px;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.news-topic li dd {
  max-height: 60px;
  margin-top: 10px;
  overflow: hidden;
  line-height: 20px;
  color: #666;
}
.news-topic li a:hover dt { color: #232323; }
.news-topic li a:hover dd { color: #232323; }
.news-list {
  float: right;
  width: 376px;
}
.news-list .item { height: 190px; }
.news-list h2 {
  margin-bottom: 8px;
  font-size: 18px;
}
.news-list li {
  height: 24px;
  overflow: hidden;
}
.news-list li span {
  float: right;
  color: #999;
}
.news-list li a:hover { color: #232323; }

/* mod-question */
.mod-question .hd { text-align: center; }
.mod-question .bd li {
  float: left;
  width: 540px;
  height: 95px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 20px;
  background-color: #f7f7f7;
}
.mod-question .bd li:hover { background-color: #e0e0e0; }
.mod-question .bd dt,
.mod-question .bd dd {
  position: relative;
  padding-left: 30px;
  overflow: hidden;
}
.mod-question .bd dt {
  height: 18px;
  line-height: 18px;
  margin-bottom: 8px;
}
.mod-question .bd dd {
  height: 40px;
  margin-bottom: 7px;
  line-height: 20px;
}
.mod-question .bd i {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  font-style: normal;
  line-height: 18px;
  text-align: center;
  color: #fff;
}
.mod-question .bd dt i {
  top: 0;
  background-color: #232323;
}
.mod-question .bd dd i { background-color: #b09250; }
.mod-question .bd .btns {
  height: 24px;
  text-align: right;
}
.mod-question .bd .btns a {
  display: inline-block;
  margin-left: 5px;
  width: 90px;
  height: 24px;
  color: #fff;
  text-align: center;
  background-color: #232323;
}
.mod-question .bd .btns a.useful { background-color: #373737; }
.mod-question .bd .btns a.useful b { font-weight: normal; }
.mod-question .bd .btns a:hover { background-color: #b09250; }
.mod-question .bd .more {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
}
.mod-question .bd .more a { color: #888; }
.mod-question .bd .more a:hover { color: #b09250; }
