﻿@charset "utf-8";
/* CSS Document */
/* ============================
          	首页样式
   ============================*/

/* 模块1 */
.mokuai_box{
    float: left;
    width: 100%;
    margin: 30px 0;
}

.mokuai_zt .picScroll{
    float: left;
    padding: 20px 20px;
    width: 1360px;
    background: #fff;
}
.mokuai_zt .picScroll ul{
    width: 1360px;
}
.mokuai_zt .picScroll ul li{
    width: 328px;
    height: 228px;
    position: relative;
    margin-right: 16px;
    overflow: hidden;
}
.mokuai_zt .picScroll ul li a{
    display: block;
    width: 100%;
}
.mokuai_zt .picScroll ul li a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 328px;
    height: 228px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;

}
.mokuai_zt .picScroll ul li a:hover img{
transform:scale(1.2);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
}
.mokuai_zt .picScroll ul li a p{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 54px;
    line-height: 54px;
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #000;
    z-index: 2;
}
.mokuai_zt .picScroll ul li a:hover p{
    background: #438dea;
    height: 54px;
    color: #fff;
}

/* 合作品牌 */
.hepp_box{
    float: left;
    width: 100%;
    background: #fff;
    padding: 40px 0;
}
.dbt_box{
    float: left;
    width: 100%;
}
.dbt_box h2{
    float: left;
    width: 100%;
    font-size: 30px;
    color: #333;
    line-height: 60px;
}
.dbt_box i{
    float: left;
    width: 58px;
    height: 2px;
    background: #4487f3;
}
.hzpp_nr{
    float: left;
    margin-top: 30px;
}
.hzpp_nr .hzpp_ul{
    float: left;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}
.hzpp_nr .hzpp_ul a{
    display: block;
    float: left;
    width: 232px;
    height: 160px;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;

}
.hzpp_nr .hzpp_ul a:hover{
    box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
    transform: translate3d(0,-1px,0);
}

.hzpp_nr .hzpp_ul a img{
    float: left;
    width: 232px;
    height: 160px;
}

/* 模块2 */
.mokuai2_box{
    float: left;
    width: 100%;
    padding: 60px 0;
}
.mokuai2_zt{

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mokuai2_zt .xiangmu1{
    width: 684px;
    height: 396px;
    background: #fff;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.02);
}
.xiangmu1 a{
    float: left;
    width: 100%;
    display: block;
}
.xiangmu1 a img{
    float: left;
    width: 684px;
    height: 258px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.xiangmu1 a .xg_nrxx{
    float: left;
    width: 654px;
    padding: 15px 15px;
    position: relative;
}
.xg_nrxx h2{
    float: left;
    width: 590px;
    font-size: 22px;
    color: #333;
}
.xg_nrxx p{
    float: left;
    margin-top: 5px;
    width: 590px;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #999;
}
.xg_nrxx i{
    position: absolute;
    right: 20px;
    top: 60px;
    width: 30px;
    height: 21px;
    background: url(../img/png12.png) no-repeat;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.xiangmu1 a:hover img{
    box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
    transform: translate3d(0,-14px,0);
}
.xiangmu1 a:hover .xg_nrxx i{
    width: 0;
}

/* 模块3 */
.mokuai3_box{
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #fff;
}

.column2Con{
	height: 100%;
	overflow: hidden;
    height: 420px;
}
.column2Dl{
	overflow: hidden;
	height: 100%;
	margin-right: -20px;
}
.column2Dl dd{
	float: left;
	width: 12.4476%;
	height: 100%;
}
.column2Dl dd a{
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
}
.column2Dl dd .con{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	position: relative;
}
.column2Dl dd .title{
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 20px;
	color: #fff;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column2Con dl dd.curr .title{
	left: 30px;
	text-align: left;
}











/* 新闻动态 */
.zxdt_box{
    float: left;
    width: 100%;
    padding: 40px 0;
}

.zxdt_xqmr_box{
    float: left;
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zxdt_zt .zxdt_nr1{
    width: 588px;
    height: 402px;
    overflow: hidden;
}
.zxdt_zt .zxdt_nr1 a{
    display: block;
    width: 588px;
    height: 402px;
    position: relative;
}
.zxdt_zt .zxdt_nr1 a img{
    position: absolute;
    width: 588px;
    height: 402px;
    left: 0;
    top: 0;
    z-index: 1;
}
.zxdt_zt .zxdt_nr1 a p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 96%;
    padding: 0 2%;
    height: 52px;
    line-height: 52px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    background: #000;
    z-index: 2;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.zxdt_nr2{
    width: 376px;
    padding: 8px 8px;
    height: 386px;
    background: #fff;
}
.zxdt_nr2 .zxdt_dbt{
    float: left;
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #4487f3;
}
.zxdt_nr2 .zxdt_dbt h2{
    float: left;
    width: 128px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    background: #4487f3;
}
.zxdt_nr2 .zxdt_dbt a{
    float: right;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}
.zxdt_nr2 .zxdt_ul{
    float: left;
    width: 100%;
    padding-top: 10px;

}
.zxdt_ul a{
    float: left;
    width: 100%;
    text-indent: 10px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    background: url(../img/png13.png) left no-repeat;

}
.zxdt_ul a:hover{
    color: #4487f3;
}

/* 自营现货 */
.xyzh_box{
    float: left;
    background: #fff;
    width: 100%;
    padding: 40px 0;
}
.xyzh_dnt{
    float: left;
    width: 100%;
}
.xyzh_dnt .btbf_zuo{
    float: left;
    width: 300px;
}
.btbf_zuo h2{
    float: left;
    width: 100%;
    font-size: 30px;
    color: #333;
    line-height: 60px;
}
.btbf_zuo i{
    float: left;
    width: 58px;
    height: 2px;
    background: #4487f3;
}

.xyzh_dnt .btbf_you{
    float: right;
    margin-top: 15px;
    text-align: left;
}
.btbf_you li{
    float: left;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    border-bottom: 2px solid #fff;
}
.btbf_you .on{
    height: 32px;
    line-height: 32px;
    border-bottom: 2px solid #4487f3;
}
.btbf_you i{
    font-size: 16px;
    float: left;
    margin: 0 10px;
    color: #333;
    height: 32px;
    line-height: 32px;  
}
.btbf_you a{
    float: left;
    font-size: 16px;
    color: #333;
    height: 32px;
    line-height: 32px;
}
.btbf_you a:hover{
    color: #4487f3;
}
.xyzh_ul_nr{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.tab-pal{
    float: left;
    margin-left: 2px;
    width: 1395px;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}
.tab-pal a{
    display: block;
    float: left;
    width: 278px;
    height: 290px;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;

}
.tab-pal a:hover{
    box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
    transform: translate3d(0,-1px,0);
}
.tab-pal a img{
    float: left;
    width: 278px;
    height: 250px;

}
.tab-pal a .zyxh_p{
    float: left;
    margin-top: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.zyxh_p span{
    width: 52px;
    height: 22px;
    background: #f34c44;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin-right: 10px;
}
.zyxh_p p{
    max-width: 200px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 浮动部分 */
.fudong_box{
    width: 48px;
    position: fixed;
    right: 30px;
    top: 30%;
    z-index: 9999999;
}
.fudong_box .fd_ico1{
     float: left;
     width: 48px;
}
.fd_ico1 a{
    float: left;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    width: 46px;
    height: 46px;
    border: 1px solid #e6e6e6;
    background: #fff;
}
.fd_ico1 a i{
    float: left;
    margin-left: 10px;
    margin-top: 8px;
    width: 25px;
    height: 29px;
    background: url(../img/png18.png) no-repeat;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.fudong_box .fd_ico2{
    float: left;
    margin-top: 2px;
    width: 48px;
}
.fd_ico2 a{
   float: left;
   position: relative;
   transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   width: 46px;
   height: 46px;
   border: 1px solid #e6e6e6;
   background: #fff;
}
.fd_ico2 a i{
   float: left;
   margin-left: 10px;
   margin-top: 10px;
   width: 25px;
   height: 25px;
   background: url(../img/png17.png) no-repeat;
   transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
}

.fd_ico2 a .tangchu{
    width: 150px;
    height: 46px;
    position: absolute;
    left: -160px;
    top: 0;
    z-index: 2;
    background: #fff;
    border: 1px solid #e1e1e1;
    line-height: 46px;
    font-size: 16px;
    color: #333;
    text-align: center;
    display: none;
}

.fd_ico2 a:hover .tangchu{
    display: block;
}

.fudong_box .fd_ico3{
    float: left;
    margin-top: 2px;
    width: 48px;
}
.fd_ico3 a{
   float: left;
   transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   width: 46px;
   height: 46px;
   border: 1px solid #e6e6e6;
   background: #fff;
}
.fd_ico3 a i{
   float: left;
   margin-left: 10px;
   margin-top: 9px;
   width: 25px;
   height: 26px;
   background: url(../img/png16.png) no-repeat;
   transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
}

.fudong_box .fd_ico4{
    float: left;
    margin-top: 2px;
    width: 48px;
}
.fd_ico4 a{
   float: left;
   transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   width: 46px;
   height: 46px;
   border: 1px solid #e6e6e6;
   background: #fff;
}
.fd_ico4 a i{
   float: left;
   margin-left: 10px;
   margin-top: 13px;
   width: 26px;
   height: 20px;
   background: url(../img/png15.png) no-repeat;
   transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
}


.fudong_box .fd_ico5{
    float: left;
    margin-top: 2px;
    width: 46px;
    height: 46px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.fd_ico5 i{
   float: left;
   margin-left: 10px;
   margin-top: 16px;
   width: 26px;
   height: 14px;
   background: url(../img/png14.png) no-repeat;
   transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
}
.fd_ico1 a:hover{
    background: #4487f3;
}
.fd_ico1 a:hover i{
    background: url(../img/png18a.png) no-repeat;
}
.fd_ico2 a:hover{
    background: #4487f3;
}
.fd_ico2 a:hover i{
    background: url(../img/png17a.png) no-repeat;
}
.fd_ico3 a:hover{
    background: #4487f3;
}
.fd_ico3 a:hover i{
    background: url(../img/png16a.png) no-repeat;
}
.fd_ico4 a:hover{
    background: #4487f3;
}
.fd_ico4 a:hover i{
    background: url(../img/png15a.png) no-repeat;
}
.fd_ico5:hover{
    background: #4487f3;
}
.fd_ico5:hover i{
    background: url(../img/png14a.png) no-repeat;
}