/*
* @Author: jason
* @Date:   2016-10-16 20:01:37
* @Last Modified by:   jason
* @Last Modified time: 2017-06-04 01:24:30
*/
@charset "utf-8";

/********************
common
********************/
/*container*/
.container {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cont-wrap {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.cont-left-bg,
.cont-right-bg {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
}
.cont-left-bg {
  left: 0;
  background-color: #fafafa;
}
.cont-right-bg {
  right: 0;
  background-color: #fff;
}
.cont-sub,
.cont-sub-bg { width: 250px; }
.cont-sub {
  position: relative;
  z-index: 2;
  float: left;
  padding-top: 25px;
  padding-bottom: 50px;
}
.cont-sub-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  background: url('../images/cont_sub_bg.png') repeat-y left #fafafa;
}
.cont-main {
  float: right;
  width: 890px;
  padding-top: 25px;
  padding-bottom: 50px;
  overflow: hidden;
}
.cont-main-nav {
  overflow: hidden;
  height: 33px;
  margin-bottom: 25px;
  line-height: 33px;
}
.cont-main-nav h3 {
  float: left;
  font-size: 22px;
  font-weight: normal;
  color: #333;
}
.cont-main-nav p {
  float: right;
  padding-left: 20px;
  background: url('../images/cont_main_nav_icon.png') no-repeat left center;
}
.cont-main-nav p,
.cont-main-nav p a { color: #999; }
.cont-main-nav p a.last { color: #75b7e4; }
.cont-main-nav p a:hover,
.cont-main-nav p a.last:hover { color: #0a82cb; }
.cont-main-nav p span {
  margin: 0 6px;
  font-family: Simsun;
}
.cont-main-con { min-height: 500px; }

/*btn*/
.btn-gray,
.btn-green {
  display: inline-block;
  width: 90px;
  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: #089549; }
.btn-gray:hover,
.btn-green:hover {
  color: #fff;
  background-color: #0a82cb;
}

/*pagecode*/
.pagecode {
  padding-top: 20px;
  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: #75b7e4;
  border-color: #75b7e4;
}
.pagecode span.page-btn { color: #999; }
.pagecode .page-num-on {
  border-color: #75b7e4;
  background: #75b7e4;
}
.pagecode .page-num-on,
.pagecode a.page-num-on:hover { color: #fff; }

/********************
modular
********************/
/* mod-banner */
.mod-banner {
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ccc;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}

/*mod-category*/
.mod-category .hd {
  height: 33px;
  margin-bottom: 2px;
  padding: 0 20px 20px;
  line-height: 33px;
  border-bottom: 1px solid #e0e0e0;
}
.mod-category .hd h2 {
  height: 33px;
  overflow: hidden;
  font-size: 18px;
  font-weight: normal;
}
.mod-category .hd h2 span {
  margin-left: 5px;
  font-size: 16px;
  font-family: Arial;
  color: #dedfe2;
}
.mod-category .bd {
  border-top: 1px solid #e0e0e0;
}
.mod-category li {
  font-size: 15px;
  line-height: 50px;
}
.mod-category li > a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  padding-left: 45px;
  padding-right: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.mod-category li > a:hover,
.mod-category li.on > a {
  color: #0a82cb;
  border-color: #0a82cb;
}
.mod-category li > a:before {
  position: absolute;
  top: 17px;
  left: 20px;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  background: url('../images/category_icon.png') no-repeat;
}
.mod-category li > a:hover:before,
.mod-category li.on > a:before {
 background-image: url('../images/category_on_icon.png');
  -webkit-animation: rotate 1s 1;
          animation: rotate 1s 1;
}
.mod-category li ul {
  -webkit-transition: none;
          transition: none;
}
.mod-category li ul { display: none; }
.mod-category li li a { padding-left: 70px; }
.mod-category li li a:hover,
.mod-category li li.on a { border-color: #75b7e4; }
.mod-category li li a:before {
  top: 26px;
  left: 49px;
  width: 6px;
  height: 5px;
  background-image: url('../images/category_child_icon.png');
}
.mod-category li li a:hover:before,
.mod-category li li.on a:before { background-image: url('../images/category_child_on_icon.png'); }

/*mod-contact*/
.mod-contact {
  padding-left: 50px;
  padding-right: 20px;
  background: url('../images/left_contact_icon.png') no-repeat left top;
}
.mod-contact .tel {
  min-height: 43px;
  margin-top: 40px;
  line-height: 1;
}
.mod-contact .tel .text {
  margin-bottom: 4px;
  line-height: 18px;
}
.mod-contact .tel .number {
  font-size: 20px;
  line-height: 1;
}
.mod-contact .address {
  margin-top: 10px;
  line-height: 22px;
}
.mod-contact .service {
  margin-top: 15px;
  height: 24px;
}
.mod-contact .service a {
  position: relative;
  float: left;
  width: 22px;
  height: 22px;
  margin: 0 5px 0 0;
  padding: 0;
  border: 1px solid #777;
  background: url('../images/left_service_icon.png') no-repeat;
}
.mod-contact .service a:hover { border-color: #0a82cb; }
.mod-contact .service a.tsina { background-position: 0 top; }
.mod-contact .service a.tqq { background-position: -22px top; }
.mod-contact .service a.weixin { background-position: -44px top; }
.mod-contact .service a.sqq { background-position: -66px top; }
.mod-contact .service a.tsina:hover { background-position: 0 bottom; }
.mod-contact .service a.tqq:hover { background-position: -22px bottom; }
.mod-contact .service a.weixin:hover { background-position: -44px bottom; }
.mod-contact .service a.sqq:hover { background-position: -66px bottom; }
.mod-contact .service a.weixin img {
  position: absolute;
  top: 23px;
  left: 0;
  display: none;
  width: 110px;
}
.mod-contact .service a.weixin:hover img { display: block; }

/********************
list
********************/
/*category-intro*/
.category-intro {
  margin-bottom: 30px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  overflow: hidden;
}
.category-intro img { max-width: 100%; }

/* news-list */
.news-list li {
  overflow: hidden;
  height: 32px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 32px;
  background: url('../images/news_icon.png') no-repeat 2px 13px;
}
.news-list li span {
  float: right;
  margin-left: 20px;
  color: #999;
  text-align: left;
}
.news-list li.line {
  height: 20px;
  overflow: hidden;
  background: url('../images/news_line.png') no-repeat center;
}

/*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 .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: 960px; }
.pic-list li {
  float: left;
  width: 255px;
  height: 324px;
  margin-right: 62px;
  padding-bottom: 30px;
  text-align: center;
}
.pic-list li .image,
.pic-list li .image td {
  width: 247px;
  height: 247px;
}
.pic-list li .image {
  overflow: hidden;
  padding: 3px;
  border: 1px solid #e5e5e5;
}
.pic-list li .image td {
  vertical-align: middle;
}
.pic-list li .image img {
  max-width: 247px;
  max-height: 247px;
  margin: 0 auto;
  background-color: #fff;
}
.pic-list li a:hover .image { border-color: #0a82cb; }
.pic-list li a:hover .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.pic-list li .title {
  position: relative;
  height: 20px;
  overflow: hidden;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
}
.pic-list li .btn {
  height: 26px;
  margin-top: 13px;
}

/* partner-list */
.partner-list li {
  width: 200px;
  height: 230px;
  margin-right: 30px;
}
.partner-list li .image,
.partner-list li .image td {
  width: 192px;
  height: 192px;
}
.partner-list li .image img {
  max-width: 192px;
  max-height: 192px;
}
.partner-list li .title { font-size: 14px; }

.highslide-container,
.highslide-container * {
  -webkit-transition: none;
          transition: none;
}

/*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: #0a82cb; }
.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 .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 { width: 925px; }
.product-list li {
  float: left;
  width: 428px;
  padding-right: 34px;
  padding-bottom: 30px;
}
.product-list li .image {
  float: left;
  width: 158px;
  height: 158px;
  padding: 1px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background-color: #fff;
}
.product-list li .image table,
.product-list li .image td {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.product-list li .image img {
  max-width: 156px;
  max-height: 156px;
  margin: 0 auto;
  border-radius: 10px;
}
.product-list li .image:hover { border-color: #75b7e4; }
.product-list li .cont { margin-left: 177px; }
.product-list li h4 {
  height: 40px;
  overflow: hidden;
  font-size: 14px;
  line-height: 40px;
}
.product-list li p {
  height: 72px;
  overflow: hidden;
  font-size: 13px;
  word-wrap: break-word;
}
.product-list li .more {
  position: relative;
  display: block;
  margin-top: 18px;
  padding-top: 3px;
}
.product-list li .more:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background-color: #0a82cb;
}

/* download-list */
.download-list { padding-bottom: 20px; }
.download-list li {
  display: block;
  padding: 12px 5px 12px 15px;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid #e5e5e5;
  background: url('../images/news_icon.png') no-repeat 5px 20px;
}
.download-list li .icon {
  float: right;
  width: 22px;
  height: 22px;
  margin-left: 15px;
  text-indent: -999em;
  background: url('../images/down_icon.png') no-repeat center bottom;
}
.download-list li .icon:hover { background-position: center top; }
.download-list li .date {
  float: right;
  margin-left: 15px;
  font-family: Arial;
  color: #999;
}

/*job-list*/
.job-list { padding-bottom: 20px; }
.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 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: #75b7e4; }
.message-list dd i { background-color: #f59503; }

/*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: #75b7e4;
}
.sitemap-list .topclass a:hover {
  color: #fff;
  background-color: #0a82cb;
}
.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/sitemap_line.png') no-repeat right 8px;
}
.sitemap-list .childclass li.last { background: none; }
.sitemap-list .childclass li a { color: #0a82cb; }
.sitemap-list .childclass li a:hover { color: #f59503; }
.sitemap-list .childclass li dd {
  font-size: 12px;
  font-weight: normal;
}
.sitemap-list .childclass li dd a { color: #666; }

/*certificate*/
.certificate .c-form { margin-bottom: 20px; }
.certificate .c-form span {
  float: left;
  margin-right: 20px;
}
.certificate .c-form .input { padding: 2px 3px; }
.certificate .c-form .submit {
  width: 80px;
  height: 26px;
  padding: 3px;
  color: #f88914;
  cursor: pointer;
  border: 1px #ddd solid;
  background: #f7f7f7;
}
.certificate .c-cont table {
  width: 100%;
  border-collapse: collapse;
}
.certificate .c-cont th {
  padding: 5px;
  background: #e3e3e3;
}
.certificate .c-cont td {
  padding: 8px 5px;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
}


/********************
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%; }
.article a,
.show-content a {
  color: #0b7fc5;
  text-decoration: underline;
}
.show-class,
.show-tag {
  font-size: 14px;
  line-height: 30px;
  color: #75b7e4;
}
.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: #0a82cb; }
.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 #75b7e4;
}
.show-related .bd { overflow: hidden; }
.show-rproduct .bd {
  padding-top: 30px;
  padding-bottom: 20px;
}
.show-rproduct ul,
.show-rnews ul { width: 920px; }
.show-rproduct li {
  float: left;
  width: 200px;
  padding-right: 30px;
}
.show-rproduct  li .image {
  width: 196px;
  height: 196px;
  padding: 1px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.show-rproduct li .image table,
.show-rproduct li .image td {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.show-rproduct li .image img {
  max-width: 192px;
  max-height: 192px;
  margin: 0 auto;
}
.show-rproduct li a:hover .image { border-color: #75b7e4; }
.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: 430px;
  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-image {
  float: left;
  width: 194px;
  height: 194px;
  margin-right: 20px;
  padding: 10px;
  border: 1px solid #e2e9ef;
  background-color: #fff;
}
.product-show-image table,
.product-show-image td {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.product-show-image img {
  display: block;
  max-width: 192px;
  max-height: 192px;
  margin: 0 auto;
}
.product-show-text h1 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  line-height: 30px;
}
.product-show-text p {
  font-size: 14px;
  color: #333;
}
.product-show-tab {
  height: 34px;
  margin: 30px 0;
  border-bottom: 1px solid #dfdfdf;
}
.product-show-tab li {
  position: relative;
  float: left;
  width: 100px;
  height: 34px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.product-show-tab li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: url('../images/show_tab_bg.png') no-repeat;
  -webkit-transition: none;
          transition: none;
}
.product-show-tab li.on span { background-image: url('../images/show_tab_on_bg.png'); }

/*download-show*/
.download-head {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.download-info {
  float: left;
  width: 820px;
  padding-left: 10px;
  font-size: 14px;
}
.download-info h1 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.download-info p { margin-bottom: 5px; }
.download-info b {
  font-weight: normal;
  color: #0a82cb;
}
.download-btn {
  float: right;
  margin-top: 5px;
  padding-right: 10px;
}
.download-btn a {
  display: block;
  width: 22px;
  height: 22px;
  text-indent: -999em;
  background: url('../images/down_icon.png') no-repeat center bottom;
}
.download-btn a:hover { background-position: center top; }
.download-content { padding: 0 10px; }


/*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: 14px;
  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: 700px; }

/*form*/
.button {
  width: 100px;
  height: 30px;
  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: #0a82cb; }
.input {
  height: 20px;
  padding: 3px 5px;
  line-height: 20px;
  border: 1px solid #e0e0e0;
  color: #555;
  background: #fbfbfb
}
.textarea {
  padding: 5px;
  border: 1px solid #e0e0e0;
  background: #fbfbfb
}