/* ==========================================================================
   Custom shortCut
   ========================================================================== */
@charset "utf-8";
/*
 * Commonly used css3 properties
 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* firefox 中 letter-spacing 会导致脱离普通流的元素水平位移 */
  .dib-wrap {
    letter-spacing: -5px;
    /* Safari 等不支持字体大小为 0 的浏览器, 根据父级字体调节*/
  
  }
}
.dib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* ==========================================================================
   Custom shortCut
   ========================================================================== */
/* 
 * Clear float and close label 
 */
.fn-clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.fn-clearfix {
  display: inline-table;
}
* html .fn-clearfix {
  height: 1%;
  /* for IE6 IE7 */
}
.fn-clearfix {
  display: block;
}
/* 
 * Trigger IE haslayout
 */
/* 
 * Set inline, reduce floating brings bug 
 */
body .fn-hide {
  display: none;
}
/* 
 * Used in js addClass or removeClass
 */
html,
body {
  height: 100%;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow: visible;
}
.toolTips {
  width: 100%;
  height: 29px;
  background-color: #54A932;
  min-width: 960px;
}
.applyPop {
  position: absolute;
  top: 29px;
  left: 0;
  z-index: 40;
  background-color: #fff;
  width: 124px;
  border: 1px solid #CDCDCD;
  border-top: 0 none;
  padding: 5px 0 8px;
  display: none;
}
.applyPop ul {
  overflow: hidden;
  width: 124px;
}
.applyPop ul li {
  float: left;
  display: inline;
}
.applyPop ul li a {
  width: 108px;
  padding: 0 8px;
  cursor: pointer;
  float: left;
  display: inline;
}
.applyPop ul li a:link,
.applyPop ul li a:visited {
  color: #585858;
  text-decoration: none;
}
.applyPop ul li a:hover,
.applyPop ul li a:active {
  background-color: #F2F2F2;
}
.applyPop ul li span {
  float: left;
  display: inline;
  width: 108px;
  padding: 8px 0 5px 0;
  border-bottom: 1px dotted #DCDDDD;
}
.applyPop ul li img {
  float: left;
  display: inline;
}
.applyPop ul li em {
  float: left;
  display: inline;
  margin-left: 5px;
}
.searchNavPop {
  position: absolute;
  top: 29px;
  right: 0;
  z-index: 30;
  background-color: #fff;
  width: 86px;
  border: 1px solid #CDCDCD;
  border-top: 0 none;
  padding: 5px 0 5px;
  display: none;
}
.searchNavPop li {
  float: left;
  display: inline;
  text-align: center;
}
.searchNavPop li a {
  width: 72px;
  cursor: pointer;
  height: 18px;
  padding: 6px 7px 6px 7px;
  float: left;
  display: inline;
}
.searchNavPop li a:link,
.searchNavPop li a:visited {
  color: #585858;
  text-decoration: none;
}
.searchNavPop li a:hover,
.searchNavPop li a:active {
  background-color: #F2F2F2;
}
.popupHover:hover .arrow,
.popupHover:active .arrow {
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.popupHover .applyPop,
.popupHover .searchNavPop {
  display: block;
}
.apply {
  float: left;
  display: inline;
  margin-left: 20px;
}
.apply .applyOption,
.apply .tools {
  float: left;
  display: inline;
}
.apply .tools {
  margin: 5px 20px 0 20px;
  color: #fff;
}
.apply .tools a:link,
.apply .tools a:visited {
  color: #ffffff;
  text-decoration: none;
}
.apply .tools a:hover,
.apply .tools a:active {
  color: #ffffff;
  text-decoration: underline;
}
.apply .tools span {
  margin: 0 5px;
}
.apply .applyOption {
  position: relative;
  z-index: 50;
}
.apply .applyOption .applyBtn {
  float: left;
  height: 24px;
  background-color: #4A972D;
  padding: 5px 25px 0 15px;
}
.apply .applyOption .applyBtn:link,
.apply .applyOption .applyBtn:visited {
  color: #ffffff;
  text-decoration: none;
}
.apply .applyOption .applyBtn:hover,
.apply .applyOption .applyBtn:active {
  color: #ffffff;
  text-decoration: none;
}
.apply .applyOption .arrow {
  border-color: #fff transparent transparent;
  border-style: solid dashed dashed;
  border-width: 4px 4px 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  position: absolute;
  right: 10px;
  top: 13px;
  width: 0;
  z-index: 10;
}
.ref {
  float: right;
  display: inline;
  margin-right: 20px;
}
.ref .refDoc,
.ref .searchNav {
  float: left;
  display: inline;
}
.ref .refDoc {
  float: left;
  display: inline;
  margin: 5px 20px 0 20px;
  color: #fff;
}
.ref .refDoc a:link,
.ref .refDoc a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ref .refDoc a:hover,
.ref .refDoc a:active {
  color: #ffffff;
  text-decoration: underline;
}
.ref .refDoc span {
  margin: 0 5px;
}
.ref .searchNav {
  position: relative;
  z-index: 30;
}
.ref .searchNav .sBtn {
  float: left;
  height: 24px;
  background-color: #4A972D;
  padding: 5px 25px 0 15px;
}
.ref .searchNav .sBtn:link,
.ref .searchNav .sBtn:visited {
  color: #ffffff;
  text-decoration: none;
}
.ref .searchNav .sBtn:hover,
.ref .searchNav .sBtn:active {
  color: #ffffff;
  text-decoration: none;
}
.ref .searchNav .arrow {
  border-color: #fff transparent transparent;
  border-style: solid dashed dashed;
  border-width: 4px 4px 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  position: absolute;
  right: 10px;
  top: 13px;
  width: 0;
  z-index: 10;
}
.main {
  height: 378px;
  width: 100%;
  border-bottom: 4px solid #6FBB24;
  position: relative;
}
.main .innerMain {
  width: 100%;
  height: 378px;
  background: url("../img/home/bg.png") repeat;
  _background: url("../img/home/bg.gif") repeat;
  _filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.main .slideImg {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -428px;
  z-index: 10;
}
.main .slideImg img {
  width: 856px;
  height: 368px;
  display: block;
}
.main .sectionWrap {
  position: relative;
  width: 620px;
  margin: 0 auto;
  z-index: 25;
}
.main .sectionWrap .toolBg {
  float: left;
  display: inline;
  height: 29px;
  width: 468px;
  background: url("../img/home/head-shade.png") no-repeat;
  margin-top: -29px;
  margin-left: 70px;
  _position: relative;
  _z-index: 25;
}
.main .section {
  padding: 52px 21px 0;
  width: 578px;
  float: left;
  display: inline;
}
.main .section .logoBrand {
  width: 158px;
  height: 66px;
  background: url("../img/home/logo.gif") no-repeat;
  text-indent: -9999em;
  margin: 0 auto;
}
.main .section .searchWrap {
  width: 578px;
  margin-top: 35px;
}
.main .section .searchWrap .searchMenu {
  font-size: 0;
  /* 所有浏览器 */

  *word-spacing: -1px;
  /* IE6、7 */

  padding: 0 18px;
  width: 542px;
}
.main .section .searchWrap .searchMenu .dib {
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}
.main .section .searchWrap .searchMenu li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  font-size: 14px;
  margin-right: 32px;
}
.main .section .searchWrap .searchMenu li a:link,
.main .section .searchWrap .searchMenu li a:visited {
  color: #333333;
  text-decoration: none;
}
.main .section .searchWrap .searchMenu li a:hover,
.main .section .searchWrap .searchMenu li a:active {
  color: #22b214;
  text-decoration: none;
}
.main .section .searchWrap .subject {
  font-size: 0;
  /* 所有浏览器 */

  *word-spacing: -1px;
  /* IE6、7 */

  padding: 0 18px;
  width: 542px;
}
.main .section .searchWrap .subject .dib {
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}
.main .section .searchWrap .subject li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  font-size: 14px;
  margin-right: 32px;
}
.main .section .searchWrap .subject li a:link,
.main .section .searchWrap .subject li a:visited {
  color: #333333;
  text-decoration: none;
}
.main .section .searchWrap .subject li a:hover,
.main .section .searchWrap .subject li a:active {
  color: #22b214;
  text-decoration: none;
}
.main .section .searchWrap .subject li {
  font-size: 12px;
}
.main .section .searchWrap .subject li a:link,
.main .section .searchWrap .subject li a:visited {
  color: #666666;
  text-decoration: none;
}
.main .section .searchWrap .subject li a:hover,
.main .section .searchWrap .subject li a:active {
  color: #22b214;
  text-decoration: underline;
}
.main .section .searchBox {
  float: left;
  display: inline;
  width: 578px;
  margin: 10px 0 15px;
}
.main .section .searchBox legend {
  display: none;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.main .section .searchBox .searchInputWrap {
  float: left;
  display: inline;
  width: 457px;
  height: 37px;
  border: 2px solid #22B214;
  background-color: #fff;
  border-right: 0 none;
}
.main .section .searchBox .searchInputWrap .typeChoose {
  position: relative;
  font-size: 14px;
  z-index: 35;
  float: left;
  display: inline;
  width: 70px;
  height: 37px;
  border-right: 1px solid #E3E3E3;
  background-color: #F8F8F8;
}
.main .section .searchBox .searchInputWrap .typeChoose em {
  float: left;
  display: inline;
  background: url("../img/home/s-arrow.gif") 51px 18px no-repeat;
  font-size: 14px;
  color: #666;
  padding: 12px 24px 11px 17px;
  line-height: 1em;
  cursor: pointer;
}
.main .section .searchBox .searchInputWrap .typeList {
  display: none;
  font-size: 12px;
  width: 71px;
  position: absolute;
  top: 35px;
  left: -1px;
  z-index: 40;
  background-color: #fff;
  border: 1px solid #E3E3E3;
  padding: 5px 0;
}
.main .section .searchBox .searchInputWrap .typeList li {
  text-align: center;
  line-height: 1em;
  padding: 5px 0 6px;
}
.main .section .searchBox .searchInputWrap .typeList li a {
  padding: 1px 5px 2px;
  *padding: 2px 5px 1px;
}
.main .section .searchBox .searchInputWrap .typeList li a:link,
.main .section .searchBox .searchInputWrap .typeList li a:visited {
  color: #333;
}
.main .section .searchBox .searchInputWrap .typeList li a:hover,
.main .section .searchBox .searchInputWrap .typeList li a:active {
  color: #fff;
  background-color: #55BF25;
  text-decoration: none;
}
.main .section .searchBox .searchInputWrap .searchInputBox {
  float: left;
  display: inline;
  width: 386px;
}
.main .section .searchBox .searchInputWrap .searchInput {
  width: 381px;
  height: 16px;
  float: left;
  display: inline;
  line-height: 16px;
  padding: 11px 0 10px 5px;
}
.main .section .searchBox .searchBtn {
  float: left;
  display: inline;
}
.main .section .searchBox .searchBtn button {
  height: 41px;
  width: 117px;
  background: url("../img/home/btn.png") no-repeat;
  cursor: pointer;
  text-indent: -9999em;
  float: left;
  display: inline;
}
.colRec {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 130px;
}
.colRec .slidesInner {
  overflow: hidden;
  width: 861px;
  padding: 0 49px 20px;
  position: relative;
  margin-top: -40px;
  z-index: 30;
}
.colRec .slidesInner .prev,
.colRec .slidesInner .next {
  width: 25px;
  height: 48px;
  position: absolute;
  top: 140px;
  text-indent: -9999em;
  outline: none;
}
.colRec .slidesInner .prev {
  left: 0;
  background: url("../img/home/left-link.png") no-repeat;
}
.colRec .slidesInner .prev:hover,
.colRec .slidesInner .prev:active {
  background: url("../img/home/left-hover.png") no-repeat;
}
.colRec .slidesInner .next {
  right: 0;
  background: url("../img/home/right-link.png") no-repeat;
}
.colRec .slidesInner .next:hover,
.colRec .slidesInner .next:active {
  background: url("../img/home/right-hover.png") no-repeat;
}
.colRec .slides_container {
  width: 819px;
  height: 270px;
  overflow: hidden;
  margin: -60px 18px 0;
}
.colRec .s-t {
  width: 861px;
  height: 74px;
  background: url("../img/home/s-top.png") no-repeat;
}
.colRec .s-b {
  width: 855px;
  height: 42px;
  background: url("../img/home/s-bot.png") no-repeat;
}
.colRec .col_pagination {
  width: 128px;
  margin: -22px 0 0;
  padding: 0 363px;
  overflow: hidden;
}
.colRec .col_pagination li {
  float: left;
  display: inline;
  text-indent: -9999em;
  margin-left: 13px;
  width: 10px;
  height: 10px;
}
.colRec .col_pagination li a {
  background: url("../img/home/page.png") no-repeat;
  display: block;
  float: left;
  height: 0;
  overflow: hidden;
  padding-top: 10px;
  width: 10px;
}
.colRec .col_pagination .current a {
  background: url("../img/home/page-cur.png") no-repeat;
}
.colRec .col-head {
  width: 819px;
  overflow: hidden;
}
.colRec .col-head h2 {
  float: left;
  display: inline;
  font-size: 16px;
  font-weight: bold;
}
.colRec .col-head h2 a:link,
.colRec .col-head h2 a:visited {
  color: #54a932;
  text-decoration: none;
}
.colRec .col-head h2 a:hover,
.colRec .col-head h2 a:active {
  color: #54a932;
  text-decoration: underline;
}
.colRec .col-head span {
  float: right;
  display: inline;
  margin-top: 5px;
}
.colRec .col-head span b {
  font-weight: normal;
  color: #999999;
  margin-left: 10px;
  float: left;
  display: inline;
  height: 14px;
  line-height: 14px;
}
.colRec .col-head span .supplyMerchant {
  border-right: 1px solid #999;
  padding: 0 10px;
}
.colRec .company {
  overflow: hidden;
}
.colRec .company .col-box .companyList {
  width: 819px;
  border-right: 0 none;
}
.colRec .company .col-box .companyList li {
  width: 253px;
}
.colRec .dict .col-box .hotDict {
  width: 408px;
  border-right: 1px solid #F0F0F0;
  padding: 18px 0 10px;
}
.colRec .dict .col-box .hotDict p {
  width: 408px;
}
.colRec .dict .col-box .hotDict p a {
  margin: 8px 10px 0 0;
}
.colRec .dict .col-box .createDict {
  width: 382px;
  padding: 18px 0 10px 26px;
}
.colRec .dict .col-box .createDict p {
  width: 382px;
}
.colRec .dict .col-box .createDict p a {
  margin: 8px 10px 0 0;
}
.colRec .col-box {
  width: 819px;
  overflow: hidden;
  padding-top: 5px;
}
.colRec .col-box .companyList {
  float: left;
  display: inline;
  width: 477px;
  padding: 18px 0 10px;
  border-right: 1px solid #F0F0F0;
}
.colRec .col-box .companyList ul {
  overflow: hidden;
}
.colRec .col-box .companyList ul li {
  float: left;
  display: inline;
  padding: 0 0 10px;
  margin-right: 20px;
  width: 218px;
}
.colRec .col-box .companyList ul li a {
  padding-left: 12px;
}
.colRec .col-box .companyList ul li a:link,
.colRec .col-box .companyList ul li a:visited {
  background: url("../img/home/point.png") 0 7px no-repeat;
  color: #999999;
  text-decoration: none;
}
.colRec .col-box .companyList ul li a:hover,
.colRec .col-box .companyList ul li a:active {
  color: #6FBB24;
  background: url("../img/home/point-hover.png") 0 7px no-repeat;
}
.colRec .col-box .dictGroup {
  float: left;
  display: inline;
  width: 315px;
  padding: 18px 0 10px 26px;
}
.colRec .col-box .dictGroup p {
  float: left;
  display: inline;
  width: 315px;
  height: auto;
  font-size: 0;
  /* 所有浏览器 */

  *word-spacing: -1px;
  /* IE6、7 */

  white-space: nowrap;
}
.colRec .col-box .dictGroup p .dib {
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}
.colRec .col-box .dictGroup p a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  line-height: 1em;
  padding: 8px 8px 8px;
  _padding: 7px 8px 9px;
  /* IE6 */

  float: left;
  display: inline;
  margin: 5px 8px 0 0;
}
.colRec .col-box .dictGroup p a:link,
.colRec .col-box .dictGroup p a:visited {
  background-color: #F5F5F5;
  color: #666666;
}
.colRec .col-box .dictGroup p a:hover,
.colRec .col-box .dictGroup p a:active {
  background-color: #6FBB24;
  color: #fff;
  text-decoration: none;
}
.footer {
  width: 100%;
  height: 93px;
  border-top: 1px solid #EAEAEA;
  background-color: #FDFDFD;
  margin: -94px 0 0;
}
.footer .innerFoot {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
.footer .footLinks {
  margin-top: 15px;
  font-size: 0;
  /* 所有浏览器 */

  *word-spacing: -1px;
  /* IE6、7 */

  color: #999999;
}
.footer .footLinks .dib {
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}
.footer .footLinks dt,
.footer .footLinks dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}
.footer .footLinks a:link,
.footer .footLinks a:visited {
  color: #999999;
  text-decoration: none;
}
.footer .footLinks a:hover,
.footer .footLinks a:active {
  color: #999999;
  text-decoration: underline;
}
.footer .footLinks dd {
  overflow: hidden;
  line-height: 1.6em;
  width: 640px;
}
.footer .footLinks dd p {
  text-align: left;
}
.footer .footLinks dd a {
  margin-right: 10px;
}
.footer .attached-record {
  margin-top: 8px;
  color: #AAAAAA;
}
.footer .attached-record a:link,
.footer .attached-record a:visited {
  color: #aaaaaa;
  text-decoration: none;
}
.footer .attached-record a:hover,
.footer .attached-record a:active {
  color: #aaaaaa;
  text-decoration: underline;
}
.footer .attached-record small {
  font-size: 12px;
}
#weixin-pannel {
  bottom: 345px;
  left: 10px;
  position: fixed;
  width: 110px;
  z-index: 40;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop || document.body.scrollTop) +eval(document.documentElement.clientHeight || document.body.clientHeight) -480 +'px');
}
#weixin-pannel a:link,
#weixin-pannel a:visited {
  background: #F9F9F9;
  color: #333333;
  display: block;
  font-size: 12px;
  line-height: 18px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
#weixin-pannel a:haover,
#weixin-pannel a:active {
  background: #E9FAE2;
  color: #000000;
}
#weixin-pannel img {
  border: 0 none;
  display: block;
  margin: 5px auto;
}
