@charset "utf-8";

/********************
common
********************/
/*container*/
.container {
  overflow: hidden;
  margin-top: 30px;
}
.cont-sub,
.pin-wrapper {
  z-index: 2;
  float: left;
  width: 100%;
}
.cont-sub {
  -webkit-transition: none;
          transition: none;
}
.mod-category ul{text-align: center;}
.mod-category ul li {
    display: inline-block;
    zoom: 1;
    margin: 0 10px 10px;
    vertical-align: top;
}
.mod-category ul li a {
    display: inline-block;
    padding: 10px 20px;
    color: #666;
    font-size: 14px;
}
.cont-main {
  float: left;
  width: 100%;
  margin-top:30px;
}
.cont-main-nav {
  height: 49px;
  overflow: hidden;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.cont-main-nav h3 {
  float: left;
  height: 20px;
  margin-top: 15px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  border-left: 2px solid #232323;
}
.cont-main-nav p {
  float: left;
  margin-top: 12px;
  font-size:14px;
}
.cont-main-nav p,
.cont-main-nav p a { color: #999; }
.cont-main-nav p a.last { color: #232323; }
.cont-main-nav p a:hover,
.cont-main-nav p a.last:hover { color: #232323; }
.cont-main-nav p span {
  margin: 0 6px;
  font-family: Simsun;
}
.cont-main-con { float:left; width:100%; }

/*btn*/
.btn-gray,
.btn-green {
  display: inline-block;
  width: 120px;
  height: 26px;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
}
.btn-gray { background-color: #b9c0c0; }
.btn-green { background-color: #3e3e3e; }
.btn-gray:hover,
.btn-green:hover {
  color: #fff;
  background-color: #000;
}

.btn-download {
  position: relative;
  display: block;
  width: 145px;
  height: 41px;
  text-indent: -999em;
  background: url('../images/btn_download.png') no-repeat 0 -51px;
  -webkit-transition: none;
          transition: none;
}
.btn-download i {
  position: absolute;
  top: 12px;
  left: 20px;
  display: block;
  width: 16px;
  height: 18px;
  background: url('../images/icon_btn_download.png') no-repeat;
}
.btn-download:hover { background-position: 0 0; }
.btn-download:hover i {
  -webkit-animation: updown 1s infinite linear;
  animation        : updown 1s infinite linear;
}
@-webkit-keyframes updown {
  0%  { -webkit-transform: translateY(0); }
  25% { -webkit-transform: translateY(3px); }
  75% { -webkit-transform: translateY(-3px); }
}
@keyframes updown {
  0%  { transform: translateY(0); }
  25% { transform: translateY(3px); }
  75% { transform: translateY(-3px); }
}

/*pagecode*/
.pagecode {text-align: center; }
.pagecode a,
.pagecode span {
  display: inline-block;
  height: 31px;
  margin: 0 1px;
  padding: 0 12px;
  line-height: 31px;
  border: 1px solid #e6e6e6;
  background: #fcfcfc;
  border-radius: 2px;
}
.pagecode a:hover,
.pagecode a.page-btn:hover {
  color: #000;
  border-color: #000;
}
.pagecode span.page-btn { color: #999; }
.pagecode .page-num-on {
  border-color: #000;
  background: #000;
}
.pagecode .page-num-on,
.pagecode a.page-num-on:hover { color: #fff; }

/********************
modular
********************/
/* mod-banner */
.mod-banner {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ccc;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}

/*mod-category*/
.mod-category .hd,
.mod-category .hd .inner { padding-right: 30px; }
.mod-category .hd { background-color: #232323; }
.mod-category .hd .inner { background-color: #232323; }
.mod-category .hd .wrap {
  height: 50px;
  overflow: hidden;
  padding: 0 20px;
  color: #fff;
  background-color: #232323;
}
.mod-category .hd h2 {
  margin-top: 8px;
  font-size: 18px;
  color: #fff;
}
.mod-category .hd i {
  display: block;
  width: 30px;
  height: 2px;
  overflow: hidden;
  margin-top: 5px;
  background-color: #fff;
}
.mod-category li {
  margin-top: 5px;
  font-size: 14px;
  line-height: 36px;
}
.mod-category li a {
  display: block;
  height: 100%;
  overflow: hidden;
  padding-left: 37px;
  padding-right: 30px;
  background: url('../images/icon_category.png') no-repeat 20px top #eef2f5;
}
.mod-category li a:hover,
.mod-category li.on a {
  color: #fff;
  background-position: 20px bottom;
  background-color: #232323;
}
.mod-category li ul {
  -webkit-transition: none;
          transition: none;
}
.mod-category li ul { display: none; }
.mod-category li li {
  margin-top: 0;
  border-bottom: 1px solid #e2e9ef;
}
.mod-category li li a {
  padding-left: 53px;
  color: #666 !important;
  background: url('../images/icon_category_sub.png') no-repeat 30px top !important;
  background-color: #fff !important;
}
.mod-category li li a:hover,
.mod-category li li.on a {
  color: #232323 !important;
  background-position: 30px bottom !important;
}

/*mod-tproduct*/
.mod-tproduct { margin-top: 10px; }
.mod-tproduct .hd {
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  background-color: #232323;
}
.mod-tproduct .hd h2 {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.mod-tproduct .bd {
  padding: 9px 9px 15px;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.mod-tproduct .images,
.mod-tproduct .wrap,
.mod-tproduct img {
  width: 184px;
  height: 136px;
}
.mod-tproduct .images {
  padding: 4px 4px 11px;
  background: url('../images/bg_tproduct.png') no-repeat;
}
.mod-tproduct .wrap,
.mod-tproduct .wrap ul,
.mod-tproduct .wrap li {
  -webkit-transition: none;
          transition: none;
}
.mod-tproduct .wrap { overflow: hidden; }
.mod-tproduct .icons {
  height: 9px;
  overflow: hidden;
  margin-top: 6px;
  line-height: 0;
  text-align: center;
}
.mod-tproduct .icons span {
  display: inline-block;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin: 0 3px;
  cursor: pointer;
  border-radius: 50%;
  background: #a3a3a3;
}
.mod-tproduct .icons .on { background: #232323; }

/*mod-contact*/
.mod-contact .tel {
  min-height: 43px;
  margin-top: 20px;
  padding-left: 50px;
  line-height: 1;
  background: url('../images/icon_sub_contact.png') no-repeat left top;
}
.mod-contact .number {
  margin-top: 5px;
  font-size: 26px;
  font-weight: bold;
  font-family: Times New Roman, Arial, Helvetica, sans-serif;
}
.mod-contact .address {
  margin-top: 5px;
  line-height: 20px;
}

/********************
list
********************/
/*category-intro*/
.category-intro {
  margin-bottom: 30px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 26px;
  border: 1px solid #eee;
  overflow: hidden;
}
.category-intro img { max-width: 100%; }

/*news-list*/
.news-list {
  margin-top: -5px;
  padding-bottom: 15px;
}
.news-list li {
  padding-bottom: 10px;
  line-height: 20px;
}
.news-list li.line {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.news-list li span {
  float: right;
  margin-left: 10px;
  color: #999;
}

/*newscont-list*/
.newscont-list {
  margin-top: -5px;
  padding-bottom: 5px;
}
.newscont-list dl {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.newscont-list dt {
  font-size: 18px;
  line-height: 23px;
}
.newscont-list dt a { color: #333;}
.newscont-list dt a:hover { color: #232323; }
.newscont-list .info {
  margin-top: 3px;
  padding-bottom: 5px;
  color: #999;
  border-bottom: 1px dotted #ccc;
}
.newscont-list .info span { margin-right: 12px; }
.newscont-list .image { margin-top: 12px; }
.newscont-list .image img {
  max-width: 200px;
  max-height: 200px;
}
.newscont-list .desc {
  margin-top: 8px;
  font-size: 14px;
}
.newscont-list .desc a { margin-left: 5px; }

/*pic-list*/
.pic-list ul { width: 100%; }
.pic-list li {
  float: left;
  width: 30%;
  margin-right: 3%;
  padding-bottom: 30px;
  text-align: center;
}
.pic-list li .image,
.pic-list li .image td {
}
.pic-list li .image {
  overflow: hidden;
  padding: 3px;
}
.pic-list li .image td { vertical-align: middle; }
.pic-list li .image img {
  /* width:expression(this.width>247&&this.height<this.width?247:true);
  height:expression(this.height>247?247:true); */
width:100%;
  margin:0 auto;
  background-color: #fff;
}
.pic-list li a:hover .image { border-color: #232323; }
.pic-list li a:hover .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.pic-list li .title {
  position: relative;
  height: 20px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
}
.pic-list li .btn {
  height: 26px;
  margin-top: 13px;
}

/*piccont-list*/
.piccont-list li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.piccont-list .image,
.piccont-list .image img {
  width: 227px;
  height: 168px;
}
.piccont-list .image {
  float: left;
  overflow: hidden;
  padding: 3px;
  border: 1px solid #e5e5e5;
}
.piccont-list .image img { background-color: #fff; }
.piccont-list .image:hover { border-color: #232323; }
.piccont-list .image:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.piccont-list dl { margin-left: 260px; }
.piccont-list dt {
  padding-top: 5px;
  font-size: 18px;
  line-height: 23px;
}
.piccont-list dt a { color: #333; }
.piccont-list dt a:hover { color: #232323; }
.piccont-list .info {
  margin-top: 3px;
  padding-bottom: 5px;
  color: #999;
  border-bottom: 1px dotted #ccc;
}
.piccont-list .info span { margin-right: 12px; }
.piccont-list .desc {
  margin-top: 8px;
  font-size: 14px;
}
.piccont-list .btn {
  margin-top: 9px;
  text-align: right;
}

/*product-list*/
.product-list ul {
  padding-bottom: 5px;
}
.product-list li {
  position: relative;
  float: left;
  width:30%;
  height: 354px;
  padding-right: 4.5%;
  padding-bottom: 25px;
}
.product-list li:nth-child(3n){
 padding-right:0;	
}
.product-list li .wrap {
  position: relative;
  z-index: 2;

  height: 354px;
  overflow: hidden;
  padding: 0 20px;
}
.product-list li .image,
.product-list li img {
  width: 100%;
  height: 192px;
}
.product-list li .title {
  height: 20px;
  margin: 28px 0;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
}
.product-list li .title a { color: #333; }
.product-list li:hover .title a { color: #000; }
.product-list li .title a:hover { color: #000; }
.product-list li .btns {
  height: 26px;
  margin-top: 30px;
  padding: 0 20px;
  text-align: center;
}
.product-list li .detail {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 3;
  display: none;
  width: 23px;
  height: 23px;
  font-family: Arial;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  line-height: 23px;
  text-align: center;
  background-color: #3e3e3e;
}
.product-list li .detail:hover { background-color: #232323; }
.product-list li:hover .detail { display: block; }
.product-list li s {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 354px;
  height: 352px;
  border: 1px solid #999;
  -webkit-transition: none;
          transition: none;
}
.product-list li:hover s {
  width: 354px;
  height: 350px;
  border: 2px solid #000;
}

/* team-list */
.team-list ul {
  width: 963px;
  padding-bottom: 5px;
}
.team-list li {
  float: left;
  width: 296px;
  height: 437px;
  padding-right: 25px;
  padding-bottom: 25px;
}
.team-list li a {
  display: block;
  height: 100%;
  cursor: pointer;
}
.team-list li .image,
.team-list li .image img {
  width: 296px;
  height: 329px;
}
.team-list li .info {
  height: 108px;
  padding: 0 10px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: #030100;
}
.team-list li .info h4 {
  height: 24px;
  margin-top: 18px;
  font-size: 15px;
  overflow: hidden;
}
.team-list li .info i {
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 10px;
  margin-left: 123px;
  *margin-left: 0;
  overflow: hidden;
  background-color: #fff;
}
.team-list li .info p {
  height: 24px;
  overflow: hidden;
  margin-top: 10px;
  font-size: 14px;
}
.team-list li a:hover .image img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.team-list li a:hover .info { background-color: #232323; }

/*download-list*/
.download-list dl { position: relative; }
.download-list dt { padding-right: 170px; }
.download-list .btn {
  position: absolute;
  top: 0;
  right: 0;
}

/*job-list*/
.job-list {
  margin-top: -10px;
  padding-bottom: 30px;
}
.job-list ul.cont {
  padding: 10px 0;
  border-bottom: 2px solid #e8e8e8;
}
.job-list li {
  height: 35px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 35px;
  overflow: hidden;
}
.job-list li.title {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #e8e8e8;
}
.job-list .name {
  float: left;
  width: 350px;
}
.job-list .address {
  float: right;
  width: 180px;
  padding: 0 15px;
  text-align: center;
}
.job-list .number {
  float: right;
  width: 160px;
  text-align: center;
}
.job-list .detail {
  float: right;
  width: 60px;
  text-align: center;
}

/*message-list*/
.message-list { padding-bottom: 15px; }
.message-list dl {
  margin-bottom: 15px;
  padding: 13px 15px;
  background-color: #f7f7f7;
}
.message-list dl:hover { background-color: #e0e0e0; }
.message-list dt,
.message-list dd {
  position: relative;
  overflow: hidden;
  padding-left: 30px;
  line-height: 20px;
}
.message-list dt { color: #333; }
.message-list dd { margin-top: 8px; }
.message-list i {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  font-style: normal;
  line-height: 18px;
  text-align: center;
  color: #fff;
}
.message-list dt i { background-color: #232323; }
.message-list dd i { background-color: #f39800; }

/*sitemap-list*/
.sitemap-list .item {
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}
.sitemap-list .item-last { border: none; }
.sitemap-list .topclass {
  float: left;
  width: 120px;
  height: 30px;
}
.sitemap-list .topclass a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #f39800;
}
.sitemap-list .topclass a:hover {
  color: #fff;
  background-color: #232323;
}
.sitemap-list .childclass {
  margin-left: 120px;
  line-height: 30px;
}
.sitemap-list .childclass ul { padding-left: 10px; }
.sitemap-list .childclass li {
  float: left;
  padding: 0 15px;
  text-align: center;
  background: url('../images/line_sitemap.png') no-repeat right 8px;
}
.sitemap-list .childclass li.last { background: none; }
.sitemap-list .childclass li a { color: #232323; }
.sitemap-list .childclass li a:hover { color:#232323; }
.sitemap-list .childclass li dd {
  font-size: 12px;
  font-weight: normal;
}
.sitemap-list .childclass li dd a { color: #666; }


/********************
show
********************/
/*show*/
.article { margin-top: -5px; }
.show-title {
  margin-top: -5px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
.show-info {
  height: 32px;
  margin-top: 10px;
  line-height: 32px;
  color: #999;
  text-align: center;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.show-info span { margin: 0 10px;  }
.show-image {
  margin-top: 20px;
  text-align: center;
}
.article,
.show-content {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 30px;
}
.show-content { margin-top: 15px; }
.article p,
.show-content p { margin-bottom: 15px; }
.article img,
.show-image img,
.show-content img { max-width: 100%; }
.show-class,
.show-tag {
  font-size: 14px;
  line-height: 30px;
  color: #232323;
}
.show-class a,
.show-tag a { color: #333; }
.show-class a:hover,
.show-tag a:hover { color: #232323; }
.show-tag a {
  display: inline-block;
  margin-right: 15px;
}
.show-record {
  height: 33px;
  margin-top: 10px;
  padding-top: 15px;
  text-align: center;
  border-top: 1px solid #ddd;
}
.show-record a {
  display: inline-block;
  width: 108px;
  height: 31px;
  margin: 0 7px;
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.show-record a:hover { border-color: #232323; }
.show-related { margin-top: 15px; }
.show-related .hd {
  height: 34px;
  border-bottom: 1px solid #ddd;
}
.show-related .hd h4 {
  float: left;
  padding: 0 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  border-bottom: 1px solid #232323;
}
.show-related .bd { overflow: hidden; }
.show-rproduct .bd {
  padding-top: 30px;
  padding-bottom: 20px;
}
.show-rproduct ul,
.show-rnews ul { width: 100%; }
.show-rproduct li {
  float: left;
  width: 19%;
  padding-right: 1%;
}
.show-rproduct li .image,
.show-rproduct li img {

  height: 151px;
}
.show-rproduct  li .image {
  overflow: hidden;
  padding: 3px;
  border: 1px solid #e5e5e5;
}
.show-rproduct li img { background-color: #fff; }
.show-rproduct li a:hover .image { border-color: #232323; }
.show-rproduct li a:hover .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.show-rproduct li .title {
  height: 20px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  overflow: hidden;
}
.show-rnews .bd { padding-top: 20px; }
.show-rnews li {
  float: left;
  width: 454px;
  height: 30px;
  margin-right: 30px;
  line-height: 30px;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
}
.show-rnews li a {
  padding-left: 12px;
  background: url('../images/icon_news.png') no-repeat 0 6px;
}
.show-rnews li a:hover { background-position: 0 -24px; }
.show-rnews li span {
  float: right;
  margin-left: 5px;
  color: #999;
}

/*product-show*/
.product-show-images .i-bimg,
.product-show-images .i-bimg *,
.product-show-images .i-simg .paging {
  -webkit-transition: none;
          transition: none;
}
.product-show-images {
  float: left;
  width: 700px;
  margin-top:50px;
}
.product-show-images .i-bimg,
.product-show-images .i-bimg img {
  width: 700px;
  height: 350px;
  background-color: #ccc;
}
.product-show-images .i-simg {
  margin-top: 15px;
  height: 78px;
}
.product-show-images .i-simg .paging {
  width: 20px;
  height: 50px;
  margin-top: 13px;
  overflow: hidden;
  background: url('../images/bg_product_arrow.png') no-repeat;
}
.product-show-images .i-simg .prev {
  float: left;
  margin-right: 4px;
  background-position: 0 0;
}
.product-show-images .i-simg .next {
  float: right;
  margin-left: 4px;
  background-position: -30px 0;
}
.product-show-images .i-simg .prevend {
  cursor: not-allowed;
  background-position: 0 -60px;
}
.product-show-images .i-simg .nextend {
  cursor: not-allowed;
  background-position: -30px -60px;
}
.product-show-images .i-simglist {
  float: left;
  width: 520px;
  height: 78px;
  overflow: hidden;
}
.product-show-images .i-simglist ul {
  width: 4000px;
  height: 78px;
}
.product-show-images .i-simglist li {
  float: left;
  width: 100px;
  height: 78px;
  padding: 0 2px;
  overflow: hidden;
}
.product-show-images .i-simglist img {
  width: 94px;
  height: 72px;
  padding: 1px;
  border: 2px solid #fff;
  cursor: pointer;
}
.product-show-images .i-simglist .active { border: 2px solid #232323; }
.product-show-images .jqzoom { position: relative; }
.product-show-images .zoomdiv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 400px;
  height: 400px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  background: url(../images/loading.gif) #fff no-repeat center center;
}
.product-show-images .jqZoomPup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  visibility: hidden;
  cursor: move;
  opacity: .5;
  filter: alpha(Opacity=50);
  background: #fff;
}
.product-show-text {
  margin-top:50px;
  width:400px;
  float: right;
}
.product-show-text h1 {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
}
.product-show-text .class {
  margin-top: 5px;
  color: #999;
}
.product-show-text .desc {
  margin-top: 8px;
  padding-top: 8px;
  font-size: 13px;
  line-height: 22px;
  color: #999;
  border-top: 1px dotted #e3e3e3;
}
.product-show-text .btns {
  height: 40px;
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px dotted #e3e3e3;
}
.product-show-text .btns a {
  display: inline-block;
    width: 127px;
    height: 40px;
    padding-left: 35px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: 106px top;
}
.product-show-text .btns a:hover { background-position: 106px bottom; }
.product-show-text .btns a.consulting {
  float: left;
  background-image: url('../images/icon_product_consulting.png');
  background-color: #ccc;
}
.product-show-text .btns a.consulting:hover { background-color: #232323; }
.product-show-text .btns a.store {
  float: right;
  background-image: url('../images/icon_product_store.png');
  background-color: #8c8c8c;
}
.product-show-text .btns a.store:hover { background-color: #05e774; }
.product-show-text .contact {
  margin-top: 20px;
  font-size: 14px;
  line-height: 30px;
}
.product-show-text .contact strong {
  font-size: 30px;
  font-family: "Times New Roman", Times, serif;
}
.product-show-text .share {
  position: relative;
  height: 24px;
  margin-top: 20px;
  padding-left: 50px;
  color: #999;
}
.product-show-text .share,
.product-show-text .share * {
  -webkit-transition: none;
          transition: none;
}
.product-show-text .share .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 16px;
  line-height: 16px;
  color: #999;
}
.product-show-tab {
  position: relative;
width: 1100px;  
  height: 35px;
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
}
.product-show-tab h4 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 96px;
  height: 34px;
  font-size: 14px;
  font-weight: normal;
  line-height: 35px;
  color: #232323;
  text-align: center;
  border-top: 2px solid #232323;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #fff;
}

/* team-show */
.team-show-image {
  float: left;
  width: 296px;
  height: 329px;
  margin-right: 30px;
  background-color: #ccc;
}
.team-show-info {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.team-show-info h1 {
  float: left;
  margin-right: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.team-show-info span {
  float: left;
  margin-top: 1px;
  font-size: 14px;
  color: #777;
}

/*download-show*/
.download-show-info {
  margin-top: -5px;
  margin-right: 170px;
  font-size: 14px;
  line-height: 20px;
}
.download-show-info li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 75px;
}
.download-show-info li h1 {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
.download-show-info li strong {
  position: absolute;
  top: -1px;
  left: 0;
}

/*job-show*/
.job-show { margin-top: -5px; }
.job-show .info { margin-bottom: 15px; }
.job-show .title {
  margin: 5px 0px;
  line-height: 21px;
  background: url('../images/icon_down.gif') 60px no-repeat;
}
.job-show .cont {
  padding: 15px 3px;
  line-height: 21px;
  border: solid #ddd;
  border-width: 1px 0;
}
.job-show .contact {
  margin-bottom: 15px;
  padding: 15px 0px;
  border-bottom: 1px solid #ddd;
}

/********************
form
********************/
/*message-form*/
.message-form {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #ccc;
}
.message-form .item {
  padding: 10px 0;
  line-height: 28px;
}
.message-form .item * { float: left; }
.message-form .item label {
  width: 100px;
  padding-right: 10px;
  font-size: 18px;
  text-align: right;
}
.message-form .item span { margin-left: 10px; }
.message-form .btn {
  padding-top: 15px;
  padding-left: 110px;
}

/*job-form*/
.job-form { margin-top: 20px; }
.job-form .item {
  padding: 6px 0;
  line-height: 28px;
}
.job-form .item * { float: left; }
.job-form .item label {  padding-right: 5px; }
.job-form .item span {  margin-left: 10px; }
.job-form .item-child { width: 50%; }
.job-form .btn { padding-top: 15px; }
.job-form .textarea { width: 670px; }

/*form*/
.button {
  width: 500px;
  height: 40px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  background: #8c8c8c;
  border-radius: 3px;
}
.button-submit { background: #232323; }
.input {
    width: 408px;
    height: 32px;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    line-height: 32px;
}
.textarea {
    width: 1008px;
    height: 258px;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    line-height: 32px;
}
.con02 h3 {
    margin: 45px auto 40px;
    text-align: center;
}