/* 公共 */
.about{
    width: 100%;
    padding: 0px 0 30px;
    background: url(../images/bg.png);
    background-size: 100% 100%;
}
.qita-img{
    width: 100%;
    height: 400px;
}
.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%;
    min-height: 380px;
}
.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-right>img{
    max-width: 800px;
    display: block;
    margin: 0px auto 20px;
}
/* about */

/* product */
.product-cont{
    width: 100%;
}
.pc-left{
    width: 900px;
    float: left;
}
.pc-left>li{
    width: 31.3%;
    height: 260px;
    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;
    position: relative;
}
.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: 50px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 14px;
    background: #000;
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    left: 0;
}
.pc-left>li>a>div>span{
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    transition: 0.5s all;
    text-align: center;
    position:relative;
    height:50px;
    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;
}
.l_nav{
    width: 300px;
    padding-right: 30px;
    box-sizing: border-box;
    float: left;
}
.l_nav .titbox{
    width: 100%;
    height: 50px;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #0755ab;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.l_nav .l_nav_ul{
    width: 100%;
    border: 1px solid #0755ab;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.l_nav .l_nav_ul li{
    width: 100%;
}
.l_nav .l_nav_ul li a{
    display: block;
    width: 100%;
    height: 35px;
    font-size: 16px;
    color: #666;
    line-height: 35px;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
}
.l_nav .l_nav_ul li a:hover{
    background: #0e6fda;
}
.l_nav .tuijian,.l_nav .tel_us{
    margin-bottom: 30px;
}
.l_nav .tuijian h2,.l_nav .tel_us h2{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background: #0755ab;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0;
}
.l_nav .tuijian .tuij_list{
    width: 100%;
    border: 1px solid #0755ab;
    box-sizing: border-box;
}
.l_nav .tuijian .tuij_list .tuij_list_item{
    width: 100%;
}
.l_nav .tuijian .tuij_list .tuij_list_item a,.l_nav .tel_us p{
    width: 100%;
    height: 30px;
    font-size: 13px;
    color: #666;
    line-height: 30px;
    padding: 0 15px;
    box-sizing: border-box;
    display: block;
}
.l_nav .tuijian .tuij_list .tuij_list_item a{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.l_nav .tuijian .tuij_list .tuij_list_item a:hover{
    color: #0755ab;
}
.l_nav .tel_us{
    margin-top: 30px;
}
.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: 900px;
    float: left;
}
.nc-left>li{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border-bottom: 1px solid #999;
    transition: 0.5s all;
    position: relative;
}
.nc-left li::after{
    content: '';
    height: 0;
    display: block;
    clear: both;
}
.nc-left>li>a{
    display: block;
}
.nc-left>li>a .img{
    width: 200px;
    height: 140px;
    float: left;
    margin-right: 20px;
}
.nc-left>li>a .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nc-left>li>a>.text{
    width: 100%;
}
.nc-left>li>a>.text>.top{
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #999;
}
.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;
}
.nc-left>li:hover .ncf-title{
    color: #0e6fda;
}
.ncf-time{
    float: right;
    font-size: 14px;
    color: #999;
}
.nc-left>li>a>.text .detail{
    width: 100%;
    height: 3.2em;
    line-height: 1.6em;
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nc-left>li>a>.text .xiangq{
    width: 120px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    background: #ccc;
    position: absolute;
    bottom: 10px;
    right: 30px;
    text-align: center;
}
.nc-left>li:hover .xiangq{
    background: #0e6fda !important;
}
.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: 900px;
    float: left;
}
#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: #ffbe00;
}
/* message */

/* contant */
.contant-cont{
    width: 900px;
    float: left;
}
.cc-left{
    width:100%;
}
.ccl-top{
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
}
.ccl-top>h3{
    font-size: 24px;
    color: #866f54;
    text-align: center;
}
.ccl-top>p{
    width: 100%;
    font-size: 16px;
    color: #666;
    margin: 0;
    line-height: 26px;
    margin-top: 14px;
    text-align: center;
}
.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;
}
.oc-left{
    width: 100%;
}
.ocl-left{
    width: 900px;
    float: left;
}
.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 */