﻿body {
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
}

.jtopdiv {
    width: 78%;
    margin: auto;
    height: 250px;
    box-shadow: #e7f5ff 0px 1px 5px 2px;
    display: flex;
    margin-top: -95px;
    z-index: 88;
    position: relative;
    background-color: white;
}


.jtopitem {
  width:31%;
  padding:1%;
}

.jtopitem1 {
    background:url('/images/jjfa/topitembg.png')  no-repeat;
    background-size:100% 100%;
}


.jtoptitle1 {
    font-size:18px;
    font-family:'Alibaba PuHuiTi 2.0';
    color:white;
    line-height:60px;
 
}

.jtoptitle2 {
    font-size: 15px;
    font-family: 'Alibaba PuHuiTi 2.0';
    color: #eaeaea; 
    height:80px;
}

.jtopbtn {
    width: 80px;
    height: 35px;
    line-height: 35px;
    color: #1972de;
    text-align: center;
    background-color: white;
    font-size:14px;
    border-radius:5px;
}


.jtopitems {
   width:100%;
   height:115px;
}

.jtoptitle3 {
    color: #7c7c7c;
    font-size: 18px;
    font-family: 'Alibaba PuHuiTi 2.0'; 
    line-height: 40px;
}

.jtoptitle4 {
    color: #7c7c7c;
    font-size: 14px;
    font-family: 'Alibaba PuHuiTi 2.0'; 
}


.topshowxq {
    text-align: right;
    margin-right: 20px;
    color: #7c7c7c;
    font-size: 14px;
}

.detail-locationp {
    width: 100%;
    margin: 0 auto;
    color: #898989;
    padding-bottom: 0px;
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    /* border-bottom: 1px solid #cacaca; */
}

    .detail-locationp #pic {
        width: 78%;
        margin: 0 auto;
    }

.pagetitle {
  margin-top:100px;
  font-family:'Alibaba PuHuiTi 2.0'; 
  font-size:25px;
  width:100%;
  text-align:center;

  
}

.rjproductdiv {
    height: 1700px;
    position: relative
}


.tabdiv {
    width: 78%;
    margin: auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #dfdfdf;
}

.tabtitle1 {
    width: 150px;
    line-height: 40px;
    text-align: center;
}

.tabtitleactive {
    color: #447eff;
    border-bottom: 2px solid #447eff;
}
.productandiv {
    width: 78%; 
    margin: auto;
    height: 450px;
    margin-top: 50px;
}

.productans {
    width: 48%;
    height: 300px;
    background-size: cover;
    background-color: #fbfbfb;
    margin: 1%;
    float: left;
    color: white;
}

.producta {
    width: 100%;
    height: 100%;
    display: block;
}

.productactivediv {
    width: 100%;
    height: 300px;
    background: url(/images//soft/productanimgbg.png) no-repeat;
    background-size: cover;
    display: none;
}

.productactivename {
    line-height: 35px;
    font-size: 21px;
    padding-top: 5%;
    padding-left: 10%;
    color: white;
}


.productactivename2 {
    width: 80%;
    line-height: 25px;
    font-size: 16px;
    padding-top: 5%;
    padding-left: 10%;
    color: white;
}

.productactiveimg {
    padding-top: 5%;
    padding-left: 10%;
}

.productanimg {
    width: 100%;
    text-align: center;
}
.productanimg img {
    width: 48px;
}

.productanname {
    text-align: center;
    line-height: 35px;
    font-size: 25px;
    margin-top: 5%;
    color: white;
}
.productans:hover .producta {
    display: none;
}

.productans:hover .productactivediv {
    display: block;
}


.productlist {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}