@charset "utf-8";



/*正文开始*/







.bg1 ul{
    margin: 0;
    padding: 0;
}
.bg1 li{
    margin: 0;
    padding: 0;
}
.bg1 h2{
    margin: 0;
    padding: 0;
}
.bg1 .fl{
    float: left;
}


.bg1 .fr {
    float: right;
}




.bg1 {
    height: 100%;
    background: #efefef;
    overflow: hidden;
    padding-bottom: 100px;
}

.fen {
    width: 1003px;
    margin: 70px auto 0;
    height: 100%;
    
    overflow: hidden;
}

.fen1 {
    width: 221px;
    height: 612xp;
    overflow: hidden;
}

.fen1 h2 {
    width: 210px;
    height: 94px;
    background: url(../images/1.jpg)  no-repeat center top;
    text-align: center;
    overflow: hidden;
    font: 24px "Microsoft Yahei";
}

.fen1 h2 a {
    display: block;
    padding-top: 24px;
    color: black;
}

.fen1 h2 i {
    display: block;
    font: 18px Arial, Helvetica, sans-serif;
    color: black;
    text-transform: uppercase;
}

.fen1 li {
    width: 210px;
    height: 81px;
    font: 16px "Microsoft Yahei";
    line-height: 81px;
    overflow: hidden;
    background-color: white;
    margin-top: 1px;
}

.fen1 li a {
    display: block;
    width: 221px;
    height: 81px;
    color: #27303f;
    
    background: no-repeat left top;
}

/*.fen1 li a:hover{ color:#fff; background:url(Img/Index/fen_bg2.gif) no-repeat center top;}*/
.fen1 li span {
    font: 30px Arial, Helvetica, sans-serif;
    display: inline-block;
    margin: 0 15px 0 20px;
    float: left;
    height: 81px;
    line-height: 81px;
}

.fen1 h3 {
    height: 84px;
    background: url(../images/4.jpg) no-repeat left top;
    width: 210px;
    font: 18px "Microsoft Yahei";
    text-align: center;
}

.fen1 h3 a {
    color: #fff;
    display: block;
    padding-top: 20px;
}

.hot {
    width: 775px;
    height: 608px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.hot h2 {
    height: 50px;
    background: url(../images/hr.gif) no-repeat left bottom;
    overflow: hidden;
    font: 24px "Microsoft Yahei";
    line-height: 50px;
    margin: 20px auto 40px;
    width: 718px;
}

.hot h2 a {
    color: #39435e;
}

.hot h2 i {
    font: 18px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #4a536a;
    padding-left: 8px;
    background: url(../images/hot.gif) no-repeat right center;
    padding-right: 55px;
}

.hot h2 span a {
    display: inline-block;
    font: 14px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #7b8293;
    height: 50px;
    line-height: 50px;
}

.hot .arr1 {
    width: 26px;
    height: 57px;
    overflow: hidden;
    position: absolute;
    top: 265px;
    left: 18px;
}

.hot .arr2 {
    width: 26px;
    height: 57px;
    overflow: hidden;
    position: absolute;
    top: 265px;
    right: 18px;
}

.lunbo-main{
    margin: 0 auto;
}



.hot dl {
    width: 668px;
    margin:0 auto;
    float: left;
    height: 394px;
    overflow: hidden;
}

.hot dt {
    width: 256px;
    height: 367px;
    border: 1px solid #ccd3e5;
    float: left;
    overflow: hidden;
}

.hot dt img {
    width: 256px;
    height: auto;
    margin-top: 25%;
}

.hot dd {
    width: 360px;
    float: right;
    overflow: hidden;
}

.hot dd h4 {
    height: 48px;
    font: 18px "Microsoft Yahei";
    line-height: 48px;
    overflow: hidden;
}

.hot dd h4 a {
    color: #00030c;
}

.hot dd h4 em {
    font-size: 14px;
}

.hot dd i {
    display: block;
    width: 345px;
    height: 168px;
    overflow: hidden;
}

.hot dd i img {
    width: auto;
    height: 168px;
}

.hot dd p {
    font: 14px "Microsoft Yahei";
    color: #4a536a;
    line-height: 16px;
    height: 48px;
    overflow: hidden;
    margin-top: 12px;
}

.hot dd span {
    display: block;
    width: 114px;
    height: 32px;
    overflow: hidden;
    margin-top: 20px;
}

.hot dd span img {
    width: 114px;
    height: 32px;
}

.hot .ph {
    border-top: 1px solid #d7d7d7;
    overflow: hidden;
    padding: 25px 40px 0 40px;
}

.hot .ph span {
    display: inline-block;
    font: 16px "Microsoft Yahei";
    font-weight: bold;
    color: #394052;
    width: 109px;
    height: 60px;
    float: left;
    line-height: 30px;
    overflow: hidden;
}

.hot .ph p {
    font: 14px "Microsoft Yahei";
    line-height: 26px;
    color: #27303f;
}

.hot .ph p a {
    display: inline-block;
    padding-right: 15px;
    color: #27303f;
}



/* 媒体响应 */
@media screen and (max-width: 1080px) {
    .bg1{
        
        display: flex;
        flex-direction: column ;
        align-items: center;
        justify-content: center;
        flex-grow: 0;
    }
    .fen{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column ;
        align-items: stretch;
        justify-content: space-around;
        flex-grow: 0;
        margin-top: 10px;
    }
   .fen1{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column ;
        align-items: center;
       
   }  
   .fen1>h2{
        width: 100%;
        height: 100%;
        background: url(../images/1.jpg)  no-repeat center;
        background-size: 100% 100%;
        text-align: center;

   }   
   .fen1>ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
   }    
   .fen1>ul>li{
    width: 100%;
    height: 100%;
   }    
   .fen1>h3{
    width: 100%;
    height: 100%;
    background: url(../images/1.jpg)  no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    padding-bottom: 10px;
    }   


    /* 热销产品 */
    .hot{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }
    .hot>h2>.fr{
        display: none;
    }
    .hot>h2 {
        width: 100%;
        background: none;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        
    }
    .hot-aaa{
        
        padding-left: 10px;
    }
    .hot>.ph{
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: none;
        justify-content: center;
        
        padding-bottom: 20px;
        
    }
    .ph>p{
        
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    
    .ph-paihang{
        display: none!important;
        
    }


    .zylunbo{
        width: 100%;
        
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .hot dl{
        margin-left: 53px;
    }
    .zylunbo-left{
        width: 100%;
        height: 100%;
    }

    .hot dt img{
        width:100%;
        height:auto;
        max-width:100%;
        max-height:100%;
    }
   
    .zylunbo-right{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .hot dd i{
        display: none;
    }
    .zylunbo-right p{
        text-align: center;
        margin: 0 auto;
    }
  .hot dl {
        width: 668px;
        margin:0 auto;
        float: left;
        height: 394px;
        overflow: hidden;
    }
  .hot dt img {
        
        margin-top:0;
    }

 }


 /* @media screen and (max-width: 1000px) {
    .gwlunbo{
        display: none;
    }
    .hot>h2{
        display: none;
    }
    .hot{
        height: 100%;
    }
 } */