* {
    padding: 0;
    margin: 0;
    font-family: "宋体"; 
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}
input {
    padding: 0;
    border: 0;
    outline: none;
}
.w1400{
    width: 1400px;
    margin: 0 auto;
}
.card1{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.header{
    width: 100%;
}
 
.header{
    height: 100px;
    line-height: 100px;
    overflow: hidden;
}
.logo-lf {
    float: left;
}
.logo-lf figure img {
    float: left;
    display: block;
    margin-top: 24px;
    width: 62px;
}
.logo-lf figure figcaption {
    float: left;
    margin-left: 10px;
}
.logo-lf figure figcaption h1,
.logo-lf figure figcaption h2 {
    font-size: 27px;
    color: #000;
}
.header nav{
    float: right;
    width: 888px;
}
.header nav ul li{
    float: left;
    margin-left:26px;
}
.header nav ul li:first-child{
    margin-left:0;
}
.header nav ul li a{
    font-size: 18px;
    text-align: center;
}
.header nav ul .active a,
.header nav ul li a:hover{
    color: #fec518;
}
.banner-box{
    width: 100%;
}
.banner-box img{
    display: block;
    width: 100%;
}
.about-box{
    padding-top: 100px;
    width: 100%;
    height: 834px;
    background-color: #f4f4f4;
}
.tit-top{
    display: flex;
    align-items: center;
}
.tit-top span{
    display: block;
    margin-right:14px;
    width: 40px;
    height: 6px;
    background-color: #bbb;
}
.tit-top b{
    font-size: 26px;
    color: #b5b5b5;
    font-weight: normal;
    font-family: "Times New Roman";
}
.biaoti{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.biaoti img{
    display: block;
    width: 48px;
}
.biaoti a{
    display: block;
    padding: 10px;
}
.z-title strong{
    display: block;
    margin:6px 0 0 48px;
    color: #434343;
    font-size: 32px;
}
.about-cont{
    display: table;
    margin-top: 120px;
}
.about-lf{
    float: left;
    position: relative;
    width: 270px;
    height: 518px;
    background-color: #fec518;
}
.about-lf a{
    display: block;
    height: 518px;
    width: 270px;
}
.about-lf img{
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%); 
    width:48px;
}
.about-lr{
    float: right;
    padding: 70px 0 0 54px;
    width: 1076px;
    height: 448px;
    background-color: #fff;
}
.about-top{
    display: table;
    width: 100%;
}
.about-top p{
    float: left;
    width: 494px;
    font-size: 16px;
    color: #7f7f7f;
    line-height: 30px;
    text-indent: 30px;
    text-align: justify;
    font-family: 微软雅黑;
}
.gstp{
    position: relative;
}
.gstp img{
    position: absolute;
    top: -250px;
    right:50px;
    display: block;
    width: 420px;
}
.gstp span{
    position: absolute;
    top: -250px;
    right:50px;
    display: block;
    width: 420px;
    height:460px;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0);
}
.gstp span:hover{
    transition: all .6s ease;
    background-color: rgba(0, 0, 0, .6);
}
.about-lr ul{
    margin-top: 34px;
    overflow: hidden;
}
.about-lr ul li{
    float: left;
    width: 25%;
}
.about-lr ul li span{
    display: block;
    color: #6a89d9;
    font-size: 54px;
    text-align: center;
    font-weight: bold;
    font-family: arial;
}
.about-lr ul li strong{
    display: block;
    margin-top: 8px;
    font-size: 16px;
    color:#666;
    text-align: center;
}
.Product-box{
    padding-top: 94px;
}
.Product-box ul{
    margin-top:70px;
    overflow: hidden;
}
.Product-box ul li{
    float: left;
    margin: 0 22px 30px 0;
    width: 333px;
}
.Product-box ul li:nth-child(4n){
    margin-right: 0;
}
.Product-box ul li figure{
    width: 100%;
    transform: scale(1);
    overflow: hidden;
}
.Product-box ul li figure img{
    display: block;
    width: 100%;
    height: 332px;
    transition: transform 0.3s ease;
}
.Product-box ul li h2{
    margin-top: 24px;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
}
.Product-box ul li a:hover{
    color: #fec518;
    transition: transform 0.3s ease;
}
.Product-box figure img:hover {
    transform: scale(1.1);  
}
.product2{
    width: 1400px;
    margin: 0 auto;
    padding-top: 0;
}
.product2 ul{
    margin-top: 0;
}
.brand-bj{
    margin-top: 66px;
    padding-top: 110px;
    color: #fff;
    height: 350px;
    text-align: center;
    background: url(../images/jm.jpg) no-repeat center;
    background-attachment: fixed;
}
.brand-bj strong{
    font-size: 60px;
    font-family: 微软雅黑;
}
.brand-bj strong span{
    margin-left: 40px;
    font-family: 微软雅黑;
    font-weight: bold;
}
.brand-bj p{
    margin: 0 auto;
    margin-top: 36px;
    padding: 14px 0;
    width: 622px;
    font-size: 26px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase; 
}
.brand-bj b{
    display: block;
    margin-top: 26px;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 4px;
}
.brand-bj b span{
    margin-left: 40px;
}
.pc-zhixun{
    padding-top: 86px;
    width: 100%;
    background-color:#f4f4f4;
}
.pc-zhixun ul{
    overflow: hidden;
    margin-top: 60px;
}
.pc-zhixun ul li{
    float: left;
    margin: 0 28px 76px 0;
    width: 448px;
}
.pc-zhixun ul li:nth-child(3n){
    margin-right:0;
}
.pc-zhixun ul li figure{
    margin-bottom: 20px;
}
.pc-zhixun ul li figure img{
    display: block;
    width: 100%;
    height: 280px
}
.pc-zhixun ul li h2{
    font-size: 20px;
    font-weight: normal;
}
.pc-zhixun ul li a:hover{
    color: #fec518;
}
.pc-zhixun ul li time{
    display: block;
    margin: 12px 0;
    font-size: 16px;
    color: #929292;
}
.pc-zhixun ul li p{
    margin: 10px 0 20px 0;
    color: #797979;
    font-size: 14px;
    line-height: 24px;
}
.xw-more a{
    position: relative;
    display: block;
    padding-top: 26px;
    font-size: 16px;
    color: #666;
    border-top: 1px solid #e1e1e1;
}
.xw-more a:hover {
    text-decoration: none
}
.xw-more a::before{
    position: absolute;
    content: "";
    top: -2px;
    left: 0;
    width: 10px;
    height: 1px;
    background-color: #212121;
    -webkit-transition: all 0.66s cubic-bezier(0.17,0.84,0.44,1);
    transition: all 0.66s cubic-bezier(0.17,0.84,0.44,1);
} 
.xw-more:hover a:before {
    width: 100%;
    background-color: #fec518;
}
.informa-lr h2:hover{
    color: #fec518;
}

.informa-cont{
    padding-top: 94px;
}
.informa-cont ul{
    margin: 80px 0 10px 0;
    overflow: hidden;
}
.informa-cont ul li{
    float: left;
    margin-bottom: 90px;
    width: 50%;
}
.informa-cont ul li figure{
    float: left;
    margin-right:20px;
    width: 160px;
}
.informa-cont ul li img{
    display: block;
    width: 100%;
    height: 130px;
}
.informa-lr{
    float: left;
    width:65%;
}
.informa-lr h2{
    margin-top: 2px;
    font-size: 22px;
    color: #434343;
    font-weight: normal;
}
.informa-lr time{
    display: block;
    margin-top: 14px;
    padding-top: 5px;
    font-size: 14px;
    color: #ccc;
}
.informa-lr p{
    margin-top: 18px;
    font-size: 14px;
    line-height: 22px;
    color: #999;
}
.footer{
    padding: 55px 0 34px 0;
    color: #999;
    width: 100%;
    background-color: #282828;
}
.foot-cont{
    padding-bottom: 46px;
    border-bottom: 1px solid #3e3e3e;
    overflow: hidden;
}
.footer a{
    color: #999;
}
.footer-lf{
    float: left;
}
.footer-lf figure{
    overflow: hidden;
}
.footer-lf figure img{
    float: left;
    width: 50px;
    display: block;
}
.footer-lf  figure figcaption {
    float: left;
    margin: 10px 0 0 10px;
}
.footer-lf  figure figcaption h2 {
    font-size: 22px;
    color: #fff;
}
.footer-dh{
    margin: 30px 0 0 8px;
}
.footer-dh span{
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}
.footer-dh b{
    font-size: 28px;
    color: #ddd;
}
.footer-nav{
    float: left;
    margin-left: 80px;
    padding: 0 100px;
    border-left: 1px solid #3e3e3e;
    border-right: 1px solid #3e3e3e;
}
.wzdh {
    float: left;
    margin-right: 80px;
}
.wzdh strong{
    display: block;
    margin-bottom: 18px;
    color: #fff;
    font-size: 18px;
}
.wzdh a{
    display: block;
    margin-top: 14px;
    font-size: 14px;
}
.wzdh:nth-child(2){
    margin-right:0;
}
.wzdh a h2{
    font-size:14px;
    color: #999;
    font-weight: normal;
}
.footer-lr{
    float: right;
}
.footer-lr p{
    font-size: 14px;
    line-height:26px;
}
.search {
    margin-top: 28px;
    overflow: hidden;
}
.t {
    float: left;
    padding-left: 14px;
    width: 280px;
    font-size: 12px;
    line-height: 39px;
    outline: none;
    border: 1px solid #444;
    background-color: #444;
}
.search-bj {
    float: left;
    width: 60px;
    cursor: pointer;
}
.suo {
    width: 100%;
    font-size: 15px;
    color: #fff;
    line-height: 41px;
    background-color: #efb402;
}
.hoot-top{
    margin:26px 0 0 2px;
    overflow: hidden;
 }
.hoot-top img{
    float: left;
    display: block;
    margin-right: 8px;
    width:24px;
}
.hoot-top span{
    float: left;
    display: block;
    margin-top: 6px;
    font-size: 14px;
}
.hoot-cp{
    margin-top: 14px;
}
.hoot-cp a {
    float: left;
    display: block;
    margin-right: 10px;
}
.hoot-cp a h2{
    font-size: 14px;
    font-weight: normal;
}
.hoot-cp a:last-child{
    margin-right: 0;
}
.banh{
    text-align: center;
    font-size: 14px;
}
.banh p{
    margin: 30px 0 10px 0;
}
.posi-cont{
    margin-bottom:80px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    background-color:#f4f4f4;
}
.pos-lf{
    float: left;
    font-size: 16px;
    color: #5a5a5a;
}
.pos-lf strong,
.pos-lf h1{
    font-size: 16px;
    font-weight: normal;
}
.pos-lf h1{
    display: inline-block;
}
.pos-lf a:hover{
    color: #efb402;
}
.pos-lr{
    float: right;
}
.pos-lr a{
    float: left;
    display: block;
    margin-right: 60px;
    font-size: 16px;
    color: #5a5a5a;
}
.pos-lr a h2{
    font-size: 16px;
    font-weight: normal;
}
.pos-lr a:hover{
    color: #efb402;
    border-bottom: 1px solid #efb402;
}
.product-cont ul{
    overflow: hidden;
}
.product-cont ul li{
    float: left;
    margin-right:28px;
    width: 329px;
}
.product-cont ul li:nth-child(4n){
    margin-right: 0;
}
.hot-bot{
    margin: 20px 0 24px 0;
    text-align: center;
}
.hot-bot h2{
    padding:0 4px;
    font-size: 20px;
}
.hot-bot h2:hover{
    color:#efb402;
}
.imgBox{
    position: relative;
}
.imgBox img{
    display: block;
    width: 329px;
    height: 329px;
    border: 1px solid #dcdcdc;
}
.imgBox .mask{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 329px;
    z-index:1;
    transition: all 0.5s;
    background:none;
}
.imgBox .mask span{
    display: block;
    font-size:0;
    text-align: center;
    line-height: 329px;
}
.imgBox:hover .mask{
    background:rgba(0,0,0,.4);
    cursor: pointer;
    transform: scale(0.9);  
}
.imgBox:hover .mask span{
    font-size: 60px;
    color: #fff;
}
.bx-cont img{
    display: block;
    margin-bottom: 60px;
    width: 100%;
}
.about-txt{
    margin-bottom: 50px;
    padding-left: 20px;
    box-sizing: border-box;
}
.about-txt p{
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
    text-indent: 30px;
    line-height: 2;
    text-align: justify;
}
.about-txt ul {
    overflow: hidden;
}
.about-txt ul li {
    float: left;
    margin: 0 0 30px 60px;
    width: 190px;
    font-size: 18px;
    color: #000;
}
.about-txt ul li:nth-child(4n) {
    margin-right: 0;
}
.about-txt ul li span{
    display: inline-block;
}
.about-txt ul li span:first-child {
   width: 60px;
}
.about-txt ul li span:last-child {
    padding-left: 20px;
    line-height: 26px;
}
.about-txt>img{
    display: block;
    margin: 0 auto;
    max-width: 800px;
}
.news-cont ul{
    overflow: hidden;
}
.news-cont ul li{
    margin-bottom: 40px;
    padding-bottom: 48px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}
.riqi{
    float: left;
    padding:14px 0 18px 0;
    width: 100px;
    background: #f4f4f4;
}
.riqi time{
    display: block;
    color: #838383;
    font-size: 33px;
    text-align: center;
}
.riqi time:first-child{
    margin-bottom: 4px;
    color: #838383;
    font-weight: bold;
}
.riqi time:nth-child(2){
    font-size: 16px;
}
.news-tp{
    float: right;
    width: 89%;
}
.news-tp h2{
    font-size: 20px;
    color: #434343;
}
.news-tp h2:hover{
    color:#efb402;
}
.news-tp p{
    margin-top: 16px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
.detail-ym h1{
    color: #000;
    font-size: 22px;
    text-align: center;
}
.label-cont{
    display: table;
    margin: 0 auto;
    margin-top: 23px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #333;
}
.label-cont b{
    font-weight: normal;
}
.label-cont b, .label-cont time,.label-cont a {
    float: left;
}
.label-lf{
    float: left;
}
.biaoqian{
    float: left;
    margin-left: 40px;
}
.detail-txt{
    margin-top: 20px;
}
.detail-txt p{
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
    text-indent: 30px;
    line-height: 2;
}
.detail-txt p img{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.detail-txt table{
    margin: 20px 0;
    width: 100%;
}
.page-turn{
    display: table;
    margin-top: 50px;
    margin-bottom: 90px;
    width: 100%;
    font-size: 16px;
    color: #3b3652;
    box-sizing: border-box;
}
.page-turn .page-lf{
    float: left;
}
.page-turn .page-lr{
    float: right;
}
.page-turn a:hover{
    color:#efb402;
}
.pagination{
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.pagefy {
    margin-top: 26px;
    text-align: center;
    width: 100%;
}
.pagefy .current {
    color: #fff;
    background-color: #efb402;
}
.pagefy a {
    padding: 5px 15px;
    margin-right: 5px;
    display: inline-block;
    height: 20px;
    color: #666;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #cfcfcf;
    background-color: #fff;
}
 


 