@import url("reset.min.css");
@charset "utf-8";
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 14px;
  overflow-x: hidden;
}
body.ovh {
  overflow: hidden;
}
a {
  text-decoration: none;
}
a:hover,
a:active {
  color: #91DCFF;
}
/* clearfix */
/* clearfix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}
.posr {
  position: relative;
}
.w1500 {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.ovh {
  overflow: hidden;
}
.line-title {
  font-size: 16px;
  color: #999;
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.line-title .tt {
  position: relative;
  z-index: 2;
  display: inline;
  padding: 0 55px;
  background-color: #fff;
}
.line {
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  background-color: #dedede;
}
#header .content {
  height: 518px;
}
.logo {
  margin-top: 20px;
}
.search-cont {
  position: absolute;
  top: 168px;
  left: 0;
  width: 100%;
  text-align: center;
}
.search-cont .slogan {
  text-align: center;
}
.search-cont .search-box {
  padding: 7px 10px;
  border: 1px solid #fff;
  width: 516px;
  margin: 35px auto 0;
  height: 26px;
  line-height: 26px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  text-align: left;
}
.search-cont #search {
  color: #fff;
  height: 26px;
  line-height: 26px;
  background: none;
  font-size: 14px;
  width: 480px;
}
.search-cont button.s-icon {
  float: right;
  width: 25px;
  height: 26px;
  display: block;
  background: url(../images/search-icon.png) 0 0 no-repeat;
}
.search-cont .hot-search {
  color: #f0f0f0;
  margin-top: 10px;
}
.list-box {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.list-box li {
  overflow: hidden;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 178px;
  height: 70px;
  margin: 0 15px;
  text-align: center;
  border-radius: 4px;
}
.list-box li a {
  color: #fff;
  display: block;
  line-height: 70px;
}
.list-box li .imgbg {
  position: absolute;
  top: 0;
  left: 0;
}
.list-box li span {
  position: relative;
  z-index: 2;
}
.list-box li i.shdow {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#wrapper {
  width: 100%;
}
#container {
  position: relative;
  width: 1500px;
  margin: 0 auto 25px;
  padding-bottom: 10px;
  min-height: 660px;
}
.grid {
  width: 188px;
  min-height: 100px;
  cursor: pointer;
  background: #f5f5f5;
  margin: 8px;
  font-size: 12px;
  float: left;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -webkit-transition: top 1s ease, left 1s ease;
  -moz-transition: top 1s ease, left 1s ease;
  -o-transition: top 1s ease, left 1s ease;
  -ms-transition: top 1s ease, left 1s ease;
  border-radius: 6px;
  color: #999;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.grid .cont {
  padding: 15px;
}
.grid:hover {
  box-shadow: 0 5px 8px rgba(34, 25, 25, 0.4);
}
.grid strong {
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
  display: block;
  padding: 0 0 5px;
  font-size: 17px;
  color: #666;
  overflow: hidden;
}
.grid strong a{
  color: #666;
  display: block;
  float: left;
  max-width: 160px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.grid strong i {
  font-size: 14px;
  float: right;
  color: #999;
}
.grid .meta {
  text-align: right;
  color: #777;
  font-style: italic;
}
.grid .imgholder {
  overflow: hidden;
  border-radius: 6px;
}
.grid .imgholder img {
  width: 100%;
  max-width: 100%;
  background: #ccc;
  display: block;
  background: url(images/loding.gif) no-repeat center;
}
.more-btn {
  position: relative;
  margin-top: 10px;
}
.more-btn.click{
  margin-top: 190px;
}
.more-btn .btn-box {
  position: relative;
  z-index: 2;
  padding: 0 15px;
  background-color: #fff;
  width: 720px;
  margin: 0 auto;
}
.more-btn .btn {
  cursor: pointer;
  width: 690px;
  margin: 0 auto;
  text-align: center;
  background: #f0f0f0;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
}
#link {
  margin-top: 10px;
}
#link .top {
  border-bottom: 1px solid #dedede;
  color: #666;
  font-size: 14px;
  overflow: hidden;
  padding-bottom: 10px;
}
#link .top a {
  color: #666;
  float: right;
}
#link-list ul {
  margin-left: -21px;
}
#link-list li {
  float: left;
  text-align: center;
  background-color: #e9e9e9;
  height: 56px;
  line-height: 56px;
  width: 283px;
  margin-left: 21px;
  margin-top: 21px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
#link-list li a {
  display: block;
  height: 56px;
  line-height: 56px;
  text-align: center;
  width: 100%;
}
#link-list li a span {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#link-list li img {
  vertical-align: middle;
  max-width: 95%;
}
#link-list li:hover {
  box-shadow: 0 3px 6px rgba(34, 25, 25, 0.4);
}
#footer {
  color: #ddd;
  margin-top: 60px;
}
#footer .bottom {
  background-color: #000;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.footer-text {
  padding: 35px 0;
  background-color: #333;
  font-size: 16px;
  color: #ddd;
  overflow: hidden;
  line-height: 32px;
}
.footer-text .f-t-center {
  width: 465px;
  margin: 0 auto;
}
.footer-text .f-t-left {
  float: left;
}
.footer-text .f-t-right {
  float: right;
  min-width: 275px;
  padding: 0 30px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  overflow: hidden;
}
.footer-text .f-t-right .contact {
  float: left;
}
.footer-text .f-t-right .code {
  float: right;
  margin-top: 18px;
}
.h80 {
  height: 80px;
}
.view-layer {
  background: rgba(230, 230, 230, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  width: 100%;
  overflow: auto;
  padding-top: 100px;
}
.view-wrapper {
  width: 1200px;
  margin: 0 auto;
}
.view-share {
  float: right;
  margin-top: 12px;
}
.main-port {
  width: 654px;
  background-color: #fff;
  border-radius: 6px;
  padding: 30px;
  float: left;
}
.main-port .top {
  overflow: hidden;
}
.main-port .top .title {
  font-size: 30px;
  color: #666;
}
.close-layer {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  background: url(../images/close.png) 0 0 no-repeat;
}
.main-article {
  margin-top: 25px;
}
.main-article .text .top {
  line-height: 32px;
  font-size: 24px;
  color: #0d0d0d;
  margin: 15px 0;
}
.main-article .text .top span{
  display: block;
  max-width: 518px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: left;
}
.main-article .text .top i.date {
  float: right;
  font-size: 18px;
  color: #999;
}
.main-article .text p {
  font-size: 14px;
  color: #666;
  line-height: 36px;
}
.side-port {
  float: right;
  overflow: hidden;
  padding: 30px;
  border-radius: 6px;
  width: 408px;
  background-color: #fff;
}
.side-port .top {
  font-size: 30px;
  color: #666;
}
.side-port .shipin {
  margin-top: 25px;
}
.side-view-list {
  height: 720px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 20px;
  margin-right: -25px;
}
.side-view-list ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  display: block;
}
.side-view-list li {
  cursor: pointer;
  padding-bottom: 20px;
}
.side-view-list li img {
  width: 192px;
}
.view-arrows a.layer-view {
  display: block;
  width: 54px;
  height: 102px;
  position: fixed;
  top: 50%;
  margin-top: -51px;
  z-index: 11;
}
.view-arrows a.layer-view.prev {
  left: 50px;
  background: url(../images/prev.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.view-arrows a.layer-view.next {
  right: 50px;
  background: url(../images/next.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1600px) {
  .w1500 {
    max-width: 1300px;
  }
  #link-list li {
    width: 243px;
  }
  .view-arrows a.layer-view {
    width: 37px;
    height: 71px;
  }
  .view-arrows a.layer-view.prev {
    left: 20px;
  }
  .view-arrows a.layer-view.next {
    right: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .list-box li{margin: 0 5px;}
}
@media screen and (max-width: 1280px) {
  .list-box li{margin: 0 5px;}
  #link-list{margin-top: 15px;}
  #link-list ul{margin-left: 0;}
  #link-list li{
    margin-left: 5px;
    margin-top: 7px;
  }
  .w1500 {
    max-width: 1250px;
  }
}
.yajx{ cursor: pointer;}
.hot-search font{ padding: 0 5px; display: inline-block;}
/*# sourceMappingURL=style.css.map */