@charset "utf-8";

@font-face{
    font-family: Verdana;
    src:url('../fonts/Verdana.ttf');
}
/*.framecenter a,
.framecenter span,
.framecenter p,
.framecenter h3{
    font-family: Verdana;
}*/
.bann{
    padding: 80px 30px 20px;
}
.bann img{
    max-width: 100%;
}
.location ,
.location a,
.location b{
    color: #333;
    font-weight: 700;
    font-size: 12px;
}
.location {
    display: inline-block;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    padding-top: 15px;
}
.location a,.location b{
    padding:  0 5px;
    letter-spacing: 0px;
    font-size: 16px;
}
.fup3{
    display: inline-block;
    color: #000;
    font-weight: bolder;
    font-size: 18px;
    top: -35px;
    position: relative;
}
.framecenter{
    min-height: 720px;
    background-color: #fff;
    padding: 20px 30px;
}
.pagecontentstr {
    padding: 15px 20px;
    background-color: #fff;
}
.pagecontentstr img{
    max-width: 100%!important;
}

    /*goods_list*/
ul {
    list-style: none;
    padding-left: 0;
}
.fcontent3 ul li {
    text-align: left;
    background-color: #f5f5f5;
}
.fcontent3 ul li a {
    display: inline-block;
    color: #fff;
    width: 100%;
    font-size: 15px;
    padding: 13px 0 13px 20px;
    font-weight: bold;
    border-bottom: 1px solid transparent;
}

.frameright .fup3{
    top: 10px;
    text-align: center;
}
.frameleft,
.frameright{
    padding-top: 30px ;
    padding-bottom: 30px;
}
.goodslist li{
    width: 32%;
    margin-right: 2%;
    float: left;
    border: 3px solid #dedede;
    margin-bottom: 2%;
}
.goodslist li:nth-child(3n){
    margin-right: 0;
}
.t {
    width: 80%;
    margin: 0 auto;
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
}
.t a{
    font-size: 14px;
    text-align: center;
    color: #000;
    display: block;
    width: 100%;
}
.margintop20{
    margin-top: 20px;
}
#Pagination span,
#Pagination a{
    padding: 3px 5px ;
    color: #fff;
    background-color: #000;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #000;
}
#Pagination span:hover,
#Pagination a:hover{
    color: #000;
    background-color: #fff;
}

.fcontent3 h3 {
    text-align: center;
    background-color: #f5f5f5;
    color: #333;
    margin-bottom: 0;
    line-height: 26px;
    font-size: 22px;
    padding: 20px 0px;
    border-top: 3px solid rgb(245, 245, 245);
    margin-top: 0;
    font-weight: bold;
    display: none;
}


/*contact*/
.conrelative{
    position: relative;
}
.contactInfo{
    position: absolute;
    top: 100px;
    left: 10%;
    background-color: #fff;
    z-index: 1;
    padding: 20px;
    font-family: Verdana;
}
.contactInfo h3{
    color: #000;
    text-align: center;
    margin:0;
    padding:3px;
}
.contactInfo ul{
    list-style: none;
}
.contactInfo ul li{
    display: block;
    border-bottom: 1px solid #8c8c8c;
    padding: 15px 5px;
}
.contactInfo ul li p{
    color: #000;
    margin-bottom: 0;
}
.contactInfo .C_title{
    display: inline-block;
    padding-right: 10px;
    text-align: left;
}
.contactInfo .C_con{
    display: inline-block;
    vertical-align:middle;
}
.newslist{
    min-height: 300px;
}
.newslist li{
    padding: 10px 0;
    border-bottom: 1px dashed  #8c8c8c;
}
.newslist li a{
    color: #000;
}

@media (max-width: 767px) {
    .framecenter{
        margin-bottom: 0;
        margin-top: 30px;
    }
    .conrelative{
        margin-top: 40px;
    }
    .fup3{
        display: none;
    }
    .contactInfo{
        position: static;
        top: 0;
        left: 0;
    }
    .contactInfo h3{
        font-size: 20px;
    }
    .pagecontentstr{
        padding: 0;
    }
    .pagecontentstr img{
        max-width: 100%;
    }
    .t{
        top: -5px;
        width: 100%;
    }
    .t a{
        font-size: 12px;
    }
    .goodslist li {
        width: 49%;
        margin-right: 2%;
        float: left;
        border: 1px solid #dedede;
        margin-bottom: 2%;
    }
    .goodslist li:nth-child(3n) {
        margin-right: 2%;
    }
    .goodslist li:nth-child(2n){
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .goodslist li{
        min-height: 200px;
    }
    .hover-effect-1 {
        padding: 10px;
        border-bottom: 1px dashed #dedede;
    }
}