@charset "UTF-8";
/*
body {
  background: url(../img/index/header.png) no-repeat top left;
  background-size: 100% auto;
}*/

/* 头部 */
.layout-header {
  position: relative;
  width: 100%;
  background: url(../img/index/header.png) top left;
  background-size: 100% 100%;
}

.layout-header .header-top {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 32px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:600px){
  .layout-header .header-top img{
    width: 600px !important;
    height: 100%;
  }
  }
.layout-header #fishFl {
  width: 250px;
  height: 150px;
  position: absolute;
  top: 120px;
  right: 45px;
}

.layout-header .header-top img {

}



.layout-header .header-bg {
  width: 100%;
  height: 100px;
}

.layout-header .header-nav {
  height: 50px;
  line-height: 50px;
  background-color: #f8e8bf;
}

.layout-header .header-nav .nav-list {
  font-size: 20px;
  color: #d94e49;
  overflow: hidden;
}

.layout-header .header-nav .nav-list .nav-item {
  position: relative;
  float: left;
  /*width: 120px;*/
  text-align: center;
  cursor: pointer;
}

.layout-header .header-nav .nav-list .nav-item:hover {
  opacity: 0.8;
}

.layout-header .header-nav .nav-list .nav-item.active {
  color: #fff;
  background-color: #d94e49;
}

.layout-header .header-nav .nav-list .nav-item.active:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  display: inline-block;
  width: 60%;
  height: 1px;
  background-color: #fff;
}

.layout-header .header {
  margin-top: 10px;
  overflow: hidden;
}

.layout-header .header-left {
  width: 862px;
  height: 35px;
  /*line-height: 35px;*/
  border: 1px solid #eeeeee;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  background-color: #fff;
}

.layout-header .nav-left {
  font-size: 16px;
  color: #333;
  float: left;
  line-height: 35px;
}

.layout-header .nav-left .header-data {
  margin-right: 13px;
}

.layout-header .nav-right {
  float: right;
  height: 35px;
  line-height: 32px;
}

.layout-header .nav-right .nav-text {
  color: #666666;
  font-size: 16px;
  margin-right: 17px;
}

.layout-header .nav-right .record {
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  background: #ed4040;
  font-size: 16px;
  color: #ffffff;
  border: none;
  margin-right: 11px;
  cursor: pointer;
}

.layout-header .input-item {
  margin-bottom: 0;
  float: right;
}

.layout-header .input-item .layui-input-inline {
  width: 240px;
  margin-right: 0;
  float: left;
}

.layout-header .input-item input {
  font-size: 16px;
  color: #999;
  width: 240px;
  height: 35px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #c7ac90;
}

.layout-header .input-item .search {
  width: 80px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #ed4040;
  background-size: 100% 100%;
  font-size: 16px;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

/* 面包屑 */
.breadcrumb {
  position: relative;
  padding-left: 27px;
  margin: auto;
  width: 1200px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.breadcrumb:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0px;
  content: '';
  display: inline-block;
  margin: auto;
  width: 15px;
  height: 17px;
  background: url(../img/common/breadcrumb.png) no-repeat center;
  background-size: cover;
}

.breadcrumb a {
  color: #333;
  cursor: pointer;
}

.breadcrumb .separator {
  color: #999999;
}

/* 主体 */
.layout-container {
  min-height: 400px;
  position: relative;
}

/* 底部 */
.footer-bottom {
  width: 100%;
  height: 190px;
  background: url(../img/index/footer-bg.png) no-repeat left top;
  background-size: 100% 100%;
  overflow: hidden;
}

.footer-bottom .footer-bottom-content {
  position: relative;
  text-align: center;
}

.footer-bottom .footer-bottom-content .pollcy {
  width: 44px;
  height: 58px;
  position: absolute;
  top: 44px;
  left: 251px;
}

.footer-bottom .footer-bottom-content .content-data {
  padding-top: 47px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-bottom .footer-bottom-content .content-data p {
  font-size: 16px;
  margin-bottom: 13px;
  color: #333;
}

/* 分页 */
.pageWrap {
  margin: 20px 0;
  text-align: center;
}

.layui-laypage a:hover {
  color: #875e35;
}

/* 重点推荐 */
.recommendWrap {
  width: 320px;
  float: right;
  border-top: 1px solid #ed4040;
  background-color: #f9f9f9;
}

.recommendWrap .recommend-title {
  position: relative;
  padding-left: 26px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.recommendWrap .recommend-title:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  display: inline-block;
  width: 4px;
  height: 18px;
  background-color: #ed4040;
  border-radius: 2px;
}

.recommendWrap .recommend-list {
  padding: 0 18px 0 28px;
}

.recommendWrap .recommend-list .recommend-item {
  position: relative;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px dashed #dddddd;
  cursor: pointer;
}

.recommendWrap .recommend-list .recommend-item:hover {
  opacity: 0.8;
}

.recommendWrap .recommend-list .recommend-item:before {
  content: '';
  position: absolute;
  left: -14px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #c6c6c6;
}

.recommendWrap .recommend-list .recommend-item:last-child {
  border: 0;
}

.recommendWrap .recommend-list .recommend-item a {
  display: inline-block;
  width: 89%;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
