﻿ 
/* width */
.w1280 { width: 1280px; }

/* head */
.hd-main {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.hd-main h3 {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: -30px;
  padding: 0 10px 13px;
  font-size: 36px; font-weight:bold; 
  line-height: 1;
  border-bottom: 0px solid #ccc;  color: #0267a3;
}

.hd-main h2 {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 10px;
  padding: 0 10px 13px;
  font-size: 36px; font-weight:bold; 
  line-height: 1;
  border-bottom: 1px solid #ccc; 
}
.hd-main h2,
.hd-main h2 a { color: #0267a3; }
.hd-main h2 a:hover { color: #ff6600; }
.hd-main h2 i {
  position: absolute;
  bottom: -1px;
  left: 35%;
  display: block;
  width: 180px;
  height: 2px;
  margin-left: 0px;
  overflow: hidden;
  background-color: #ff6600;
}
.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: 500px; }
.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: #089549; }
.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;
  border-bottom: 1px solid #eee;
}
.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: 40px;
  padding-bottom: 20px;
}
.mod-product .bd .tab {
  height: 32px;
  margin-bottom: 60px;
  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: 30px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background-color: #ccc;
}
.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: #ff6600;
}
.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 {
  height: 650px;
  overflow: hidden;
}
.mod-product .bd .cont ul {
  width: 1280px;
  height: 650px;
}
.mod-product .bd .cont li {
  float: left;
  width: 300px;
  padding-bottom: 40px;
  padding-right: 20px;
}
.mod-product .bd .cont li a {
  display: block;
  cursor: pointer;   
}
 
.mod-product .bd .cont li .image,
.mod-product .bd .cont li img {
  max-width:280px;
  height: 200px; 
  margin:0 auto;
  background-color:#FFFFFF;
}
.mod-product .bd .cont li .image {
  margin: 0 10px; border:1px solid #eeeeee; 
}
.mod-product .bd .cont li span {
  position: relative;
  display: block;
  overflow: hidden;
  height: 1px;
  margin-top: 30px;
  background-color: #ffffff;
}
.mod-product .bd .cont li span s {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #dddddd;
}
.mod-product .bd .cont li .title {
  padding: 12px 10px 0;
  height: 1em;
  font-size: 14px;
  line-height: 1;
  overflow: hidden; height:40px;
}
.mod-product .bd .cont li a:hover span s { width: 100%; }
.mod-product .bd .cont li a:hover .title { color: #ff6600;}

/* mod-brand */
.mod-brand {
  padding-bottom: 80px;
  color: #fff;
  background-color: #eeeeee;
}
.mod-brand .hd-main h2 { border-color: #222222; }
.mod-brand .hd-main h2,
.mod-brand .hd-main h2 a{ font-size:33px}
.mod-brand .hd-main p { color: #aaaaaa; }
.mod-brand .hd-main h2 a:hover { color: #000000; }
.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 #ccc;
}
.mod-brand .bd li i {
  position: absolute;
  top: -32px;
  left: 50%;
  margin-left: -60px;
  padding: 0 30px;
  font: bold 60px/1 Arial;
  background-color: #f60; border-radius:5px;
}
.mod-brand .bd li h3 {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  height: 100px;
  padding: 0 4px; padding-top:10px;
  font-size: 14px;
  text-align: center; font-weight:inherit;
  overflow: hidden; color:#666666; line-height:26px; text-align:left;
}
.mod-brand .bd li .image,
.mod-brand .bd li .image img {
  width: 186px;
  height: 188px;
}
.mod-brand .bd li .image {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: #fff;
}
.mod-brand .bd li a:hover h3 { color: #222; }

/* mod-solution */
.mod-solution { padding-bottom: 60px; }
.mod-solution .bd {
  height: 420px;
  overflow: hidden;
}
.mod-solution .hd-main h2 { border-color: #222222; }
.mod-solution .hd-main h2 a{ font-size:33px}
.mod-solution .hd-main p { color: #aaaaaa; }
.mod-solution .hd-main h2 a:hover { color: #000000; }
.mod-solution .hd-main h2 i {
  position: absolute;
  bottom: -1px; 
  display: block;
  width: 80px;
  height: 2px;
  margin-left: 0%;
  overflow: hidden;
  background-color: #ff6600;
}

.mod-solution .bd .tab {
  float: left;
  width: 275px;
  height: 420px;
  background-color: #eeeeee;
}
.mod-solution .bd .tab li {
  height: 70px;
  padding-left: 0px; background-color:#eeeeee; border-bottom:1px dotted #cccccc;
}
.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: #222;
  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: #0267a3; color:#FFFFFF;
}
.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: 280px;
  overflow: hidden;
  font-size: 14px;
}
.mod-solution .bd .intro dd a:hover { color: #222222;}
.mod-solution .bd .intro i {
  display: block;
  width: 30px;
  height: 1px;
  margin-top: 13px;
  overflow: hidden;
  background-color: #999;
} 

.mod-solution .bd .intro .show {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 134px;
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  color: #ff6600;
  text-align: center;
  border: 1px solid #ff6600;
}
.mod-solution .bd .intro .show:hover {
  color: #fff;
  background-color: #ff6600;
}
.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: #fff; }
.mod-case .hd p { color: #999; }
.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: 14px;
  color: #fff;
}
.mod-case .bd li .cont dd {
  max-height: 110px;
  overflow: hidden;
  line-height: 22px;
  color: #999;
}
.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: #58c78d; }
.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: #58c78d; }
.mod-case .bd li.even a:hover .cont s { border-bottom-color: #58c78d; }

/* mod-team */
.mod-team { padding-bottom: 60px; background-color:#eeeeee}
.mod-team .bd .cont ul,
.mod-team .bd .cont li {
  -webkit-transition: none;
          transition: none;
}
.mod-team .bd .cont {
  height: 330px;
  overflow: hidden;
}
.mod-team .bd .cont li {
  float: left;
  width: 390px;
  height: 330px;
  padding-right: 10px;
}

.mod-team .hd-main h2 { border-color: #222222; }
.mod-team .hd-main h2 a{ font-size:33px}
.mod-team .hd-main p { color: #aaaaaa; }
.mod-team .hd-main h2 a:hover { color: #000000; }
.mod-team .hd-main h2 i {
  position: absolute;
  bottom: -1px; 
  display: block;
  width: 80px;
  height: 2px;
  margin-left: 0%;
  overflow: hidden;
  background-color: #ff6600;
}

.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: 390px;
  height: 280px;
}
.mod-team .bd .cont li .info {
  height: 50px;
  padding: 0 10px;
  overflow: hidden;
  color: #222222;
  text-align: center;
  background-color: #ffffff;
}
.mod-team .bd .cont li .info h4 {
  height: 24px;
  margin-top: 15px;
  font-size: 15px;
  overflow: hidden; color:#333333;
}

  
.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: #ff8800; color:#FFFFFF} 
.mod-team .bd .cont li a:hover .info h4 { color:#FFFFFF}

.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: #FF6600; }
.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: #ff9900; }

/* mod-about */
.mod-about {
  height: 674px;
  padding: 40px 0;
  overflow: hidden;
  
}
.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: 18px;
}

.about-intro .cont h2 { border-color: #222222; }
.about-intro .cont h2 a{ font-size:33px}
.about-intro .cont p { color: #aaaaaa; }
.about-intro .cont h2 a:hover { color: #000000; }
.about-intro .cont h2 i {
  position: absolute;
  bottom: -1px; 
  display: block;
  width: 80px;
  height: 2px;
  margin-left: 0%;
  overflow: hidden;
  background-color: #ff6600;
}

.about-intro .cont p {
  margin-top: 7px;
  font-size: 14px;
  color: #333; text-align:center;
}
.about-intro .cont i {
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 10px;
  overflow: hidden; 
}
.about-intro .cont h3 {
  margin-top: 21px;
  font-size: 14px;
  font-weight: normal;
  color: #cdece6;
}
.about-intro .cont dt {
  margin-top: 10px;
  font-size: 14px;
}
.about-intro .cont dd {
  max-height: 190px;
  overflow: hidden;
  margin-top: 5px;
  font-size: 13px;
  line-height: 28px;
}

 

.about-honor .hd {
  margin-top: 30px;
  margin-bottom: 20px; height:40px; line-height:40px;
  overflow: hidden; border-bottom:1px dotted #cccccc;
}
.about-honor .hd h2 {
  float: left;
  font-size: 18px;
  line-height: 1.2;
  color: #333; 
}

.about-honor h2 { border-color: #222222; }
.about-honor h2 a{ font-size:22px}
.about-honor p { color: #aaaaaa; }
.about-honor h2 a:hover { color: #000000; }
.about-honor h2 i {
  position: absolute;
  bottom: -1px; 
  display: block;
  width: 80px;
  height: 2px;
  margin-left: 0%;
  overflow: hidden;
  background-color: #ff6600;
}

.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: #ff6600; }
.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: 304px; 
  overflow: hidden;
} 
.about-honor .bd li {
  float: left;
  height: 304px;
  padding-right: 25px;
}
.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: 276px;
}
.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: #ff6600; }

/* mod-news */
.mod-news {
  height: 400px;
  overflow: hidden;
  padding: 40px 0; background-color:#ffffff;
}
.mod-news .more {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  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;
  background: url('/images/icon_news_more.png') no-repeat 0 0 #888;
}
.mod-news a:hover .more,
.mod-news .more:hover { color: #ff6600; }
.mod-news a:hover .more i,
.mod-news .more:hover i {
  background-position: 0 -11px;
  background-color: #ff6600;
}
.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: #ff6600; }
.news-topic li a:hover dd { color: #222222; }
.news-list {
  float: right;
  width: 340px;
}
.news-list .item { height: 190px; line-height:26px;}
.news-list h2 {
  margin-bottom: 18px;
  font-size: 18px;
  width:100%; height:50px; line-height:50px; border-bottom:1px solid #dddddd; padding-left:10px;
}

.news-list h2 { border-color: #222222; text-align:left; font-weight:bold}
.news-list h2 a{ font-size:18px}
.news-list p { color: #aaaaaa; }
.news-list h2 a:hover { color: #000000; }
.news-list h2 i {
  position: absolute;
  bottom: -1px; 
  display: block;
  width: 80px;
  height: 2px;
  margin-left: 0%;
  overflow: hidden;
  background-color: #ff6600;
}

.news-list li {
  height: 20px; border-bottom:1px dotted #dddddd;
  overflow: hidden;
}
.news-list li span {
  float: right;
  color: #999;
}
.news-list li a:hover { color: #ff6600; }

/* 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: #089549;
}
.mod-question .bd dd i { background-color: #f39800; }
.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: #089549;
}
.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: #f39800; }
.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: #f70; }
