@charset "utf-8";
/*goods_index*/
#box_right .caption h4 .fa{
    padding: 15px;
}
.product .grid {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
}
.product .grid * {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product .grid .effect-goliath {
    width: 23%;
    float: left;
    overflow: hidden;
    margin: 1%;
    background-color: #f9f9f9;
    position: relative;
}
.product .grid .effect-goliath .pro-img {
    border: 1px solid #e2e2e2;
    display: block;
    overflow: hidden;
}
.product .grid .effect-goliath .pro-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.product .grid .effect-goliath figcaption {
    height: 30px;
    background-color: #e8e8e8;
    position: absolute;
    width: 100%;
    bottom: 0;
    border: 1px solid #e2e2e2;
    border-top: transparent;
}
.product .grid .effect-goliath figcaption p {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product .grid .effect-goliath figcaption p a.pro-text {
    font-size: 16px;
    color: #a2a2a2;
    text-transform: uppercase;
    display: block;
}
.product .grid .effect-goliath figcaption p a.more {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 5px 35px;
    text-align: center;
    margin-bottom: 25px;
}
.product .grid .effect-goliath:hover .pro-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}



/*goods_list*/
.goodslist{}
.goodslist li{
    margin-bottom: 3%;
    overflow: hidden;
}
.goodslist li a{
    overflow: hidden;
    display: block;
}
.goodslist li a>img{
    transition: .3s;
}
.goodslist li a>.pro-info{
    padding: 15px 0;
    background-color: #fff;
}
.goodslist li a>.pro-info>h3{
    font-size: 18px;
    margin: 0;
    color: #000;
    font-family: "黑体", "Adobe 黑体 Std R";
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.goodslist li a>.pro-info>h3:after{
    content: " ";
    background: #0186d0;
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    transition: all .3s;
}
.goodslist li a>.pro-info>p{
    color: #838383;
    font-family: Arial;
    font-size: 14px;
}
.goodslist li a:hover img{
   /* transform: scale(1.1);*/
}
.goodslist li a:hover .pro-info>h3{
    color:#0186d0 ;
}
.goodslist li a:hover .pro-info>h3:after{
    width: 60px;
}
/*goods_read*/
#goods-read{}
#goods-read .righttext {
    margin-bottom: 5%;
}
#goods-read  .goods-read-left{
    float: left;
    width: 400px;
    position: relative;
    padding: 0;
}
#goods-read .righttext .readpic {
    width: 400px;
    clear: both;
    height: 400px;
}
#goods-read .righttext .readtitle {
    width: calc( 100% - 435px );
    float: right;
    padding: 0;
}
#goods-read .righttext .readtitle dl{
    margin-bottom: 0;
}
#goods-read .righttext .readtitle dl dt{

    padding: 5px 0;
}
#goods-read .righttext .readtitle dl dt span,
#goods-read .righttext .readtitle dl dt span i{
    font-size: 16px;
    padding: 0;
    color: #666;
    margin: 0;
    line-height: 1.8;
    font-weight: normal;
    font-family: "微软雅黑";
    font-style: normal;
}
#goods-read .righttext .readtitle dl dt h4 {
    font-family: "微软雅黑";
}
#goods-read .righttext .readtitle dl dt h4.pro-name{
    font-size: 30px;
    color: #000;
}
#goods-read .righttext .readtitle dl dt h4.pro-summary
{
    font-size: 16px;
    padding: 15px 0;
    color: #666;
    margin: 0;
    line-height: 1.8;
    border-top: 1px solid #e6e6e6;
}
#goods-read .righttext .readtitle dl dt h4.pro-applicable{
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    color: #666;
    margin: 0;
    line-height: 1.8;
}
#goods-read .righttext .readlist{}
#goods-read .righttext .readlist .tg {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
#goods-read .righttext .readlist .tg>span{
    background-color: #b0b0b0;
    line-height: 45px;
    border-radius: 0;
    text-align: center;
    color: #fff;
    padding: 15px 35px;
    margin-right: 0;
}
.zoomPad>img {
   /* border: 1px solid #ccc;*/
    width: 400px;
    height: 400px;
}

.imgshow{
    width: 400px;
}



