@charset "UTF-8";
#index .sec1 .wrap,
#index .sec2 .wrap,
#index .sec3 .wrap {
  width: 1024px;
}
#index .search-area {
  height: 38px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  *zoom: 1;
  overflow: hidden;
}
#index .search-area:after {
  content: '';
  display: table;
  clear: both;
}
#index .search-area >:first-child {
  float: left;
}
#index .search-area >:nth-child(2) {
  float: right;
}
#index .search-area .search {
  position: relative;
  height: 28px;
  margin: 5px 10px;
}
#index .search-area .search input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 .5em;
  margin: 0;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle;
  color: #555555;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  text-align: left;
  height: 2em;
  line-height: 26px;
  border-color: #cccccc;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  background: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 240px;
}
#index .search-area .search input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
#index .search-area .search input:-ms-input-placeholder {
  color: #999999;
}
#index .search-area .search input::-webkit-input-placeholder {
  color: #999999;
}
#index .search-area .search input:focus {
  outline: 0;
}
#index .search-area .search input.disabled,
#index .search-area .search input[disabled],
#index .search-area .search input[readonly] {
  cursor: not-allowed !important;
}
#index .search-area .search input:focus {
  border-color: #aaaaaa !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(170, 170, 170, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(170, 170, 170, 0.6) !important;
}
#index .search-area .search input.disabled,
#index .search-area .search input[disabled],
#index .search-area .search input[readonly] {
  border-color: #cccccc !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1) !important;
  background: #eeeeee !important;
}
#index .search-area .search input:focus + * {
  display: none;
}
#index .search-area .search .placeholder {
  text-align: center;
  color: #ccc;
  font-size: 12px;
  width: 100%;
  height: 28px;
  line-height: 28px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  pointer-events: none;
}
#index .search-area .search .placeholder i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-top: -2px;
  margin-right: 4px;
}
#index .search-area .search .placeholder i:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: solid 2px #cccccc;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#index .search-area .search .placeholder i:after {
  content: '';
  display: block;
  position: absolute;
  top: 9.53553391px;
  left: 9.53553391px;
  width: 6.3137085px;
  height: 2px;
  margin-top: -1px;
  background-color: #cccccc;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index .search-area .lcdg {
  display: block;
}
#index .search-area .lcdg img {
  height: 38px;
}
#index .sec1 {
  background-color: #ffffff;
}
#index .sec1 .title {
  height: 60px;
  text-align: center;
  white-space: nowrap;
}
#index .sec1 .title >* {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  white-space: normal;
}
#index .sec1 .title:after {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
}
#index .sec1 .list {
  height: 400px;
  font-size: 0;
}
#index .sec1 .list ul {
  width: 1000%;
  height: 100%;
  white-space: nowrap;
}
#index .sec1 .list li {
  width: 10%;
  height: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#index .sec1 .list li .item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 33.33%;
  height: 100%;
  border-left: 1px solid #ffffff;
  margin-left: -1px;
}
#index .sec1 .list li .item:first-child {
  border-left-style: none;
  margin-left: 0;
}
#index .sec1 .list li .item:hover .mask {
  display: block;
}
#index .sec1 .list li .item:after {
  content: '';
  display: block;
  width: 80px;
  height: 86.83760684px;
  background-image: url(../../img/shangye/index/hot.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#index .sec1 .list li .img {
  width: 100%;
  height: 100%;
}
#index .sec1 .list li .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
#index .sec1 .list li .more {
  width: 120px;
  height: 30px;
  background-image: url(../../img/more.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: 80px;
  margin-left: -60px;
}
#index .sec1 .tab-point {
  padding: 20px 0 40px;
  text-align: center;
  width: 100%;
  font-size: 0;
}
#index .sec1 .tab-point > * {
  display: inline-block;
  width: 30px;
  height: 4px;
  margin: 0 10px;
  background-color: #ceb89f;
}
#index .sec1 .tab-point > *.active {
  background-color: #ab865c;
}
#index .sec2 {
  padding: 50px 0;
  background-color: #eeeeee;
}
#index .sec2 .wrap {
  height: 440px;
  *zoom: 1;
}
#index .sec2 .wrap:after {
  content: '';
  display: table;
  clear: both;
}
#index .sec2 .left,
#index .sec2 .right {
  float: left;
  width: 26%;
  height: 100%;
}
#index .sec2 .left p,
#index .sec2 .right p {
  height: 50%;
  border-top: 1px solid #ffffff;
  margin-top: -1px;
}
#index .sec2 .left p:first-child,
#index .sec2 .right p:first-child {
  border-top-style: none;
  margin-top: 0;
}
#index .sec2 .middle {
  float: left;
  width: 48%;
  height: 100%;
}
#index .sec2 .middle p {
  height: 100%;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
#index .sec2 .hover-text {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  padding: 20px 0;
  width: 184.61538462%;
  color: #c69e72;
  background-color: #ffffff;
  text-align: center;
  white-space: nowrap;
}
#index .sec2 .hover-text >* {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  white-space: normal;
}
#index .sec2 .hover-text:after {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
}
#index .sec2 .hover-text span {
  display: block;
  max-width: 80%;
  margin: 0 auto;
  text-align: left;
}
#index .sec2 .hover-text img {
  display: block;
  width: auto;
  height: 80px;
  margin: 0 auto 10px;
}
#index .sec2 .left .hover-text {
  left: 100%;
}
#index .sec2 .left .hover-text:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 100%;
  margin: -15px -1px 0 0;
}
#index .sec2 .left .hover-text:before {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 16px solid #ffffff;
  _border-top-color: extract(#ffffff, 2);
  _border-bottom-color: extract(#ffffff, 2);
}
#index .sec2 .right .hover-text {
  right: 100%;
}
#index .sec2 .right .hover-text:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 -1px;
}
#index .sec2 .right .hover-text:before {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 16px solid #ffffff;
  _border-top-color: extract(#ffffff, 2);
  _border-bottom-color: extract(#ffffff, 2);
}
#index .sec2 p {
  position: relative;
}
#index .sec2 p:hover .hover-text {
  display: block;
}
#index .sec2 p a span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  font-size: 12px;
  color: #fff;
}
#index .sec3 {
  padding: 50px 0;
  background-color: #ffffff;
}
#index .sec3 .wrap {
  *zoom: 1;
}
#index .sec3 .wrap:after {
  content: '';
  display: table;
  clear: both;
}
#index .sec3 .left {
  float: left;
  width: 48%;
}
#index .sec3 .left p {
  height: 441px;
}
#index .sec3 .middle,
#index .sec3 .right {
  float: left;
  width: 26%;
}
#index .sec3 .middle p,
#index .sec3 .right p {
  height: 220px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
#index .sec3 .middle p:first-child,
#index .sec3 .right p:first-child {
  border-top-style: none;
}
#index .sec3 p {
  position: relative;
}
#index .sec3 p span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  font-size: 12px;
  color: #ab865c;
  background-color: #010109;
  padding: 2px 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
