/* 公共 */
.about{
    width: 100%;
    padding: 0px 0 30px;
}
.qita-img{
    width: 100%;
    height: 300px;
}
.qita-img>img{
    width: 100%;
    height: 100%;
    object-fit: none;
}
/* about */
.weizhi{
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 50px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
}
.weizhi>a{
    font-size:14px;
    color: #333;
}
.weizhi>span{
    font-size: 14px;
    color: #444;
}
.a-cont{
    width: 100%;
}
.ac-right{
    width: 100%;
}
.ac-right>h3{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: #333;
    position:relative;
    line-height:40px;
    height:40px;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.ac-right>p{
    font-size: 16px;
    color:#666;
    text-indent: 2em;
    letter-spacing: 4px;
}
.ac-left{
    width: 100%;
    margin: 14px 0;
}
.ac-left>img{
    max-width: 80%;
    min-width: 60%;
    display: block;
    margin: auto;
}
/* about */

/* product */
.product-cont{
    width: 100%;
}
.pc-left{
    width: 900px;
    float: left;
}
.pc-left>li{
    width: 31.3%;
    height: 410px;
    float: left;
    box-sizing: border-box;
    margin: 0 1% 2%;
    margin-bottom:20px;
    position: relative;
    box-shadow: 1px 2px 3px 4px #eee;
    position: relative;
    top: 0;
    transition: 0.5s all;
}
.pc-left>li:hover{
    top: -10px;
}
.pc-left>li>a{
    display: block;
}
.pc-left>li>a>img{
    width: 100%;
    height: 260px;
    object-fit: none;
}
.pc-left>li>a>div{
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 22px 14px;
    background: #fff;
}
.pc-left>li>a>div>span{
    display: block;
    font-size: 18px;
    color: #666;
    line-height: 40px;
    transition: 0.5s all;
    text-align: center;
    position:relative;
    line-height:1.4em;
    height:1.4em;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.pc-left>li>a>div>p{
    font-size:14px;
    color: #999;
    padding-top: 15px;
    margin: 0;
    transition: 0.5s all;
    border-top: 1px solid #eee;
    margin-top: 15px;
    position:relative;
    line-height:1.6em;
    height:3.2em;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.pc-right{
    width: 300px;
    float: left;
    box-sizing: border-box;
    padding-right: 20px;
}
.pc-right>h3{
    width: 100%;
    font-size: 24px;
    color: #866f54;
    overflow: hidden;
    position:relative;
    line-height: 1.4em;
    height:1.4em;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.pc-right>div{
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding-left: 20px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}
.pc-right>div>a{
    display: block;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    position:relative;
    line-height: 50px;
    height:50px;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.pc-right>div>a:hover{
    color: #ff6537;
}
.pcr-news{
    width: 100%;
    margin-top: 20px;
}
.pcr-news>h3{
    width: 100%;
    font-size: 24px;
    color: #866f54;
    position:relative;
    line-height:1.4em;
    height:1.4em;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.pcr-news>li{
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
}
.pcr-news>li>a{
    display: block;
    font-size: 14px;
    color: #666;
    position:relative;
    line-height:50px;
    height:50px;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
/* product */

/* news */
.news-cont{
    width: 100%;
}
.nc-left{
    width: 100%;
}
.nc-left>li{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border-bottom: 1px solid #eee;
    transition: 0.5s all;
}
.nc-left>li:hover{
    padding: 10px 20px 10px;
}
.nc-left>li>a{
    display: block;
}
.nc-left>li>a>div{
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.ncf-title{
    float: left;
    max-width: 90%;
    font-size: 16px;
    color: #555;
    position:relative;
    line-height:1.4em;
    height:1.4em;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.ncf-time{
    float: right;
    font-size: 14px;
    color: #999;
}
.nc-left>li>a>p{
    width: 90%;
    margin: 10px 0 0;
    font-size: 14px;
    color: #999;
    position:relative;
    line-height:1.4em;
    height:2.8em;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* news */

/* message */
.mc-title{
    width: 80%;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    background: #252525;
    color: #fff;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}
.message-cont{
    width: 100%;
    margin-top: 30px;
}
.mc-left{
    width: 100%;
}
#form{
    width: 80%;
    margin: auto;
}
#form>div{
    width: 100%;
    margin-bottom: 15px;
}
#form>div>span{
    display: block;
    font-size: 16px;
    color: #151515;
    margin-bottom: 5px;
}
#form>div>input{
    width: 100%;
    padding: 0 10px 0;
    box-sizing: border-box;
    height: 35px;
    border: 1px solid #999;
}
#form>div>textarea{
    width: 100%;
    padding: 0 10px 0;
    box-sizing: border-box;
    height: 200px;
    border: 1px solid #999;
}
.btn{
    width: 40%;
    height: 35px;
    display: block;
    margin: auto;
    border-radius: 10px;
    padding: 0;
    border: none;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #d35400;
}
/* message */

/* contant */
.contant-cont{
    width: 100%;
}
.cc-left{
    width:30%;
    float: left;
}
.ccl-top{
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
}
.ccl-top>h3{
    font-size: 24px;
    color: #866f54;
}
.ccl-top>p{
    width: 100%;
    font-size: 16px;
    color: #666;
    margin: 0;
    line-height: 26px;
    margin-top: 14px;
}
.ccl-top>img{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 90px;
    right: 30px;
}
.ditu{
    width: 70%;
    box-sizing: border-box;
    padding: 10px;
    float: left;
}
.ditu>div{
    width: 100%;
}
/* contant */
/* content */
.content-cont{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
.oc-left{
    width: 100%;
}
.ocl-left{
    width: 100%;
}
.ocl-left>h3{
    width: 100%;
    font-size: 20px;
    color: #151515;
    text-align: center;
    margin-bottom: 10px;
    position:relative;
    line-height:1.4em;
    height:1.4em;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.ocl-left>span{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.ocl-left>div{
    width: 100%;
}
.ocl-left>div>p img{
    min-width: 60% !important;
    max-width: 80% !important;
    margin: auto !important;
    display: block;
}
.ocl-left>div>p{
    width: 100%;
    font-size: 14px;
    color: #666;
    text-indent: 2em;
}
.ocl-left>div>p>span{
    letter-spacing: 6px;
}
/* content */