/*头部*/
header {
    height: 98px;
    background-color: #fff;
}
.header {
    padding: 0px 10px;
}
.header .logo img {
    margin-top: 24px;
}
.search {
    width: 420px;
    height: 48px;
    margin-top: 25px;
}
.search input {
    width: 318px;
    height: 48px;
    font-size: 14px;
    background-color: #f4f4f9;
    border: 1px solid #f4f4f9;
    color: #a9a9a9;
    text-indent: 20px;
}
.search input:hover {
    border: 1px solid #6abe2d;
}
.search input:focus {
    color: #2c2c2c;
}
.search a {
    display: inline-block;
    width: 102px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #6abe2d;
}
.search a:hover {
    background-color: #52a118;
}
/*内容*/
.con {
    border-bottom: 1px solid #cecedb;
}
/*轮播图*/
.con .container {
    margin-top: 30px;
}
.lbt {
    width: 1180px;
    height: 300px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.lbt .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.lbt .swiper-slide img {
    width: 100%;
    height: 300px;
}
.lbt .swiper-button-prev {
    display: none;
    left: 30px;
    margin-top: -50px;
    width: 48px;
    height: 86px;
    background: url("../images/prev1.png") no-repeat;
}
.lbt .swiper-button-prev:hover {
     background: url("../images/prev2.png") no-repeat;
 }
.lbt .swiper-button-next {
    display: none;
    right: 30px;
    margin-top: -50px;
    width: 48px;
    height: 86px;
    background: url("../images/next1.png") no-repeat;
}
.lbt .swiper-button-next:hover {
    background: url("../images/next2.png") no-repeat;
}
.lbt .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 26px;
    line-height: 26px;
    background-color: rgba(0,0,0,.1);
}
.lbt .swiper-pagination:hover {
    background-color: rgba(0,0,0,.4);
}
.lbt .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(255,255,255,.6);
    border-radius: 0px;
}
.lbt .swiper-pagination-bullet:hover {
    background-color: rgba(255,255,255,.8);
}
.lbt .swiper-pagination-bullet-active {
    width: 20px;
}
/*好货上新*/
.haohuoshangxin {
    min-height: 350px;
    margin-bottom: 40px;
    position: relative;
}
.haohuoshangxin h1{
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 10px;
    height: 28px;
    line-height: 28px;
    font-size: 28px;
    font-weight: bold;
}
.haohuoshangxin h1 span{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    font-weight: normal;
    color: #68bf2d;
    border-bottom:1px solid #68bf2d;
}
.hhsx {
    padding: 10px 10px 32px;
    background-color: #f4f4f9;
}
.hhsx .swiper-slide {
    background-color: #f4f4f9;
}
.hhsx-slider {
    width: 380px;
    height: 424px;
    background-color: #fff;
    position: relative;
}
.haohuoshangxin .swiper-pagination {
    bottom: 0px;
    width: 100%;
    height: 12px;
    line-height: 12px;
}
.haohuoshangxin .swiper-pagination-bullet {
    width: 40px;
    height: 12px;
    background-color: #e6e8f0;
    border-radius: 6px;
}
.hhsx .swiper-pagination-bullet-active {
    background-color: #68bf2d;
}
.hhsx-slider-commodity {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 336px;
    height: 280px;
    border: 2px solid #f5f5f8;
}
.hhsx-slider-commodity .mask {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(68,68,68,.6);
    text-align: center;
}
.hhsx-slider-commodity .mask div {
    margin: 0 auto;
    margin-top: 36px;
    width: 180px;
    height: 204px;
    background-color: #fff;
}
.hhsx-slider-commodity .mask img {
    margin-top: 10px;
}
.hhsx-slider-commodity .mask p {
    font-size: 14px;
    font-weight: bold;
    color: #ff604e;
    margin-top: 3px;
}
.hhsx-slider-tit {
    position: absolute;
    top: 334px;
    left: 20px;
    width: 250px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.hhsx-slider-price {
    position: absolute;
    top: 374px;
    left: 20px;
    height: 20px;
    line-height: 20px;
}
.hhsx-slider-price div:first-child {
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #ff604e;
    margin-right: 10px;
}
.hhsx-slider-price div:last-child {
    float: left;
    font-size: 14px;
    color: #444;
}
.hhsx-slider-img {
    position: absolute;
    right: 20px;
    bottom: 25px;
    width: 66px;
    height: 72px;
    background: url("../images/hhsx-slider-1.png");
}
/*地标产品*/
.dibiaochanpin {
    min-height: 350px;
    margin-bottom: 58px;
    position: relative;
}
.dibiaochanpin h1 {
display: inline-block;
margin-bottom: 10px;
padding-left: 10px;
height: 28px;
line-height: 28px;
font-size: 28px;
font-weight: bold;
}
.dibiaochanpin h1 span {
display: inline-block;
height: 28px;
line-height: 28px;
font-size: 16px;
font-weight: normal;
color: #68bf2d;
border-bottom:1px solid #68bf2d;
}
.dbcp {

    background-color: #f4f4f9;
}
.dbcp .swiper-slide {
    box-sizing: border-box;
    padding: 10px 0px 72px;
    background-color: #f4f4f9;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.dbcp .swiper-slide>div {
    width: 380px;
    height: 424px;
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.dbcp-slider-commodity {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 336px;
    height: 280px;
    border: 2px solid #f5f5f8;
}
.dbcp-slider-commodity .mask {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(68,68,68,.6);
    text-align: center;
}
.dbcp-slider-commodity .mask div {
    margin: 0 auto;
    margin-top: 36px;
    width: 180px;
    height: 204px;
    background-color: #fff;
}
.dbcp-slider-commodity .mask img {
    margin-top: 10px;
}
.dbcp-slider-commodity .mask p {
    font-size: 14px;
    font-weight: bold;
    color: #ff604e;
    margin-top: 3px;
}
.dbcp-slider-tit {
    position: absolute;
    top: 334px;
    left: 20px;
    width: 250px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.dbcp-slider-price {
    position: absolute;
    top: 374px;
    left: 20px;
    height: 20px;
    line-height: 20px;
}
.dbcp-slider-price div:first-child {
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #ff604e;
    margin-right: 10px;
}
.dbcp-slider-price div:last-child {
    float: left;
    font-size: 14px;
    color: #444;
}
.dbcp-slider-img {
    position: absolute;
    right: 20px;
    bottom: 25px;
    width: 66px;
    height: 72px;
    background: url("../images/hhsx-slider-1.png");
}
/*!*地标产品  分页器样式*!*/
.dbcp .swiper-pagination {
bottom: 0px;
width: 100%;
height: 42px;
line-height: 42px;
}
.dbcp .swiper-pagination-bullet {
width: 42px;
height: 42px;
line-height: 42px;
font-family: Arial;
font-size: 20px;
color: #464c58;
background-color: #fff;
border-radius: 0px;
}.dbcp .swiper-pagination-bullet:hover {
color: #fff;
background-color: #6abe2d;
}
.dbcp .swiper-pagination-bullet-active {
color: #fff;
background-color: #6abe2d;
}
/*!*鼠标悬浮效果*!*/
.hhsx .hhsx-slider:hover, .dbcp .swiper-slide>div:hover {
-webkit-box-shadow: 0px 3px 16px rgba(0,0,0,.1);
-moz-box-shadow: 0px 3px 16px rgba(0,0,0,.1);
box-shadow: 0px 3px 16px rgba(0,0,0,.1);
}
/*底部*/
footer {
    border-top: 1px solid #e4e4f2;
    background-color: #f4f4f9;
    text-align: center;
}
.footer div {
    height: 86px;
    margin: 42px auto 30px;
}
.footer div a {
    display: inline-block;
    margin-right: 80px;
    width: 280px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    border-radius: 43px;
    background-color: rgba(255,255,255,.6);
}
.footer div a:hover {
    background-color: rgba(255,255,255,1);
    box-shadow: 0 5px 32px rgba(0,0,0,.1);
}
.footer p {
    height: 14px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #464c58;
    opacity: .4;
}
/**/
.wu{
    position: absolute;
    top: 48px;
    left: 375px;
    width: 450px;
    height: 320px;
    background-color: #f4f4f9;
    display: none;
    z-index: 100;
}
.xuanzhuan {
    position: absolute;
    top: 48px;
    left: 375px;
    width: 450px;
    height: 320px;
    background-color: #f4f4f9;
    display: none;
    z-index: 100;
}




