@charset "utf-8";
/***
 *  .--,       .--,
 * ( (  \.---./  ) )
 *  '.__/o   o\__.'
 *     {=  ^  =}
 *      >  -  <
 *     /       \
 *    //       \\
 *   //|   .   |\\
 *   "'\       /'"_.-~^`'-.
 *      \  _  /--'         `
 *    ___)( )(___
 *   (((__) (__)))    忽忘初心 —— xxer
 */

.product {
    /*   padding: 5% 0;*/
}
.product .grid {
    background-color: #f1f1f1;
    padding: 7px 3.5px 0;
}
.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 {
    background-color: #fff;
    width: calc(25% - 7px);
    height: auto;
    overflow: hidden;
    margin-bottom: 7px;
    position: relative;
    float: left;
    margin-right: 3.5px;
    margin-left: 3.5px;
    display: flex;
    justify-content: space-between;
    border: 1px solid transparent;
    border-radius: 4px ;
}
.product .grid .effect-goliath:nth-child(4n){
    /*margin-right: 0;*/
}
.product .grid .effect-goliath .pro-img {
    display: block;
    overflow: hidden;
    padding: 15px;
    width: 120px;
}
.product .grid .effect-goliath .pro-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: block;
    margin: auto;
}
.product .grid .effect-goliath figcaption {
    padding: 15px 0 0 10px;
    width: calc(100% - 130px);
    overflow: hidden;
}
.product .grid .effect-goliath p {
    /*text-align: center;*/
}
.product .grid .effect-goliath p a.pro-text {
    font-size: 14px;
    color: #323232;
    display: block;
    line-height:1.5;
    font-weight: bold;
}
.product .grid .effect-goliath p a.more {
    color: #a2a2a2;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
}
.product .grid .effect-goliath .p2 {
    color: #c4c4c4;
}
.product .promore {
    position: relative;
    z-index: 1;
}
.product .promore img {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.product .promore img:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -webkit-transform: rotate(360deg);
    /* Safari and Chrome */
}
.product .promore a {
    font-size: 12px;
    color: #c4c4c4;
}
.product .promore a span {
    display: block;
    text-align: center;
    margin-top: 10px;
}
.product .promore:before {
    content: "";
    background: #e4e4e4 ;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: -1;
}
.product .grid .effect-goliath:hover{
    border:1px solid #2a7cff;
}
.product .grid .effect-goliath:hover .pro-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.product .grid .effect-goliath:hover figcaption {
    /*background-color: #2a7cff;*/
}
.product .grid .effect-goliath:hover p a.pro-text {
    /*color: #ffffff;*/
}
.product .grid .effect-goliath:hover  a.more{
    /*color: #ffffff;*/
    /*border: 1px solid #ffffff;*/
}

.sidemenuul {
    display: none;
    position: absolute;
    z-index: 10;
    /*background-color: #ccc;*/
    text-align: center;
    left: 0;
    width: 100%;
    border-top: 2px solid #fff;
}
.sidemenuul a{
    font-size: 14px;
    color: #414040;
    background-color: #f4f4f4;
    display: block;
    padding: 4px;
    border-bottom: 2px solid #fff;
}
#sidemenu .sidemenuul li.lv2 a:hover,
#sidemenu .sidemenuul li.lv2 a.hover{
    color: #fff!important;
    background: #70a3f5!important;
}
.addhover{
    color: #fff!important;
    background: #2a7cff!important;
}
/*产品详情页*/
.property {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.property li{
    line-height: 28px;
}
.property li span {
    font-size: 14px;
    display: inline-block;
/*    width: 150px;
    text-align: right;*/
}
.property li h4{
    font-size: 14px;
    /*    font-weight: bold;*/
    padding-left: 15px;
  /*  text-decoration: underline;*/
}

#pdetail .pro-module li.ireadtitle{
    /*border-bottom: 1px solid #b5b5b5;*/
    margin-bottom: 15px;
}
#ireadtitle{
    font-size: 18px;
    color: #444;
    padding: 0 0 15px;
}
#ireadtitle span{
    font-size: 26px;
    padding-right: 10px;
    font-weight: bold;
}


#download{}
#download table{
    width: 100%;
}
#download table tr{
    background-color: #eaeaea;
    font-size: 16px;
}
#download table tr:nth-of-type(2n){
    background-color: #f6f6f6;
}
#download table tr td{
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}
#download table tr>td:first-child{
    width: 150px;
}
#download table tr>td:last-child{
    width: calc(100% - 150px);
}
#download table tr td a{
    font-size: 14px!important;
    color: #4c4c4c!important;
}
#download table tr td{
    font-size: 14px!important;
}
#download table tr td ,
#download table tr td p{
    line-height: 24px!important;
}
#download table tr td a:hover{
    text-decoration: underline;
}


#pdetail .pro-module .tofb {
    margin-top: 40px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    overflow: visible;
    -webkit-transition: background .4s, border-color .4s, color .4s;
    -o-transition: background .4s, border-color .4s, color .4s;
    transition: background .4s, border-color .4s, color .4s;
    background: #2a7cff;
    border-radius: 2px;
    overflow: hidden;
    border-radius: 25px;
}
#pdetail .pro-module .tofb:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
    background: #2a7cff;
    border-color: #2a7cff;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    opacity: 0;
    /*filter: alpha(opacity=0);*/
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    transition: opacity 0.42s, -webkit-transform 0.42s;
    -webkit-transition: opacity 0.42s, -webkit-transform 0.42s;
    -o-transition: transform 0.42s, opacity 0.42s;
    transition: transform 0.42s, opacity 0.42s;
    transition: transform 0.42s, opacity 0.42s, -webkit-transform 0.42s;
}
#pdetail .pro-module .tofb a {
    background: none;
    padding: 11px 26px;
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 25px;
}



@media (max-width: 767px) {

    /*导航*/
    #sidemenu .cc>ul>li.sidemenuli .fa,#sidemenu ul.sidemenuul{
        display: none!important;
    }
    /*导航*/

    #download table tr>td:first-child{
        width: 103px;
    }
    #download table tr>td:last-child {
        width: calc(100% - 110px);
    }
    #download table tr td a {
        font-size: 12px!important;
    }
    .product .grid .effect-goliath{
        width: calc(50% - 7.5px);
        display: block;
    }
    .product .grid .effect-goliath figcaption {
        padding: 10px;
        overflow: hidden;
        width: 100%;
    }
    .product .grid .effect-goliath p a.pro-text{
        white-space:normal;
    }
    .product .grid .effect-goliath p{
        height: 30px;
        overflow: hidden;
    }
    .product .grid .effect-goliath .pro-img {
        padding: 10px;
        padding-top: 0;
        width: 100%;
    }
    .gs-sum{
        font-size: 12px;
        line-height: 1.7;
        margin-bottom: 10px;
    }
    .page{
        text-align: center;
        margin-top:30px;
    }
    .page .pagination span, .page .pagination a {
        padding: 1px 9px;
        font-size: 12px;
    }



    #pdetail .pic-module,#pdetail .pic-module .pic{
        width: 100%;
    }
    #pdetail .pro-module {
        float: left;
        padding: 15px 0;
        width: 100%;
    }
    .property{
        display: block;
    }
    #ireadtitle span{
        font-size: 20px;
    }
    #download {
        width: 100%;
        overflow: hidden;
    }
    #download table {
        width: 1170px;
        overflow: scroll;
    }
    #condetail .cc{
        padding-bottom: 15px;
    }
}