* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.head {
    width: 100%;
}
.head-top {
    display: table;
    padding: .8rem 0;
    width: 100%;
}
.logo {
    float: left;
    padding-left: .6rem;
}
.logo figure {
    float: left;
}
.logo figure img {
    display: block;
    width:1.8rem;
    height: auto;
}
.logo h1,
.logo h2{
    float: left;
    padding-left: .2rem;
    margin-top: .2rem;
    font-size: .95rem;
    line-height: 1.7rem;
}
.caidan {
    float: right;
    padding-right: .5rem;
    margin-top: .3rem;
    width: 7%;
}
.banner figure img{
    display: block;
    width:100%;
}
.daohang {
    padding-bottom: 1rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #f1f1f1;
}
.daohang p {
    width: 100%;
    height: 2.5rem;
}
.daohang p span{
    float: right;
    display: block;
    margin-top: .3rem;
    width: 10%;
    font-size: 1.5rem;
    color: #999;
    text-align: center;
}
.daohang ul li a {
    display: block;
    color:#333;
    font-size: .9rem;
    text-align: center;
    line-height: 2.5rem;
} 
.daohang ul li a.active{
    color: #f9b105;
}
.search{
    display: table;
    width: 100%;  
    margin-top: .8rem;
    padding: .5rem .5rem;
    box-sizing: border-box;
    background-color: #f7f7f7;
}
.t {
    float: left;
    padding-left: .7rem;
    width: 74%;
    font-size: .7rem;
    color: #333;
    line-height: 1.5rem;
    border: 2px solid #fbc021;
}
.suo {
    float: left;
    width: 20%;
    color: #fff;
    font-size: .7rem;
    line-height: 1.5rem;
    cursor: pointer;
    background: #fbc021;
    border: 2px solid #fbc021;
    letter-spacing: 3px;
}
.product-box{
    margin-top: .9rem;
    margin-bottom: 1.6rem;
}
.z-title {
    text-align: center;
}
.z-title strong{
    display: block;
    font-size: 1.1rem;
    color: #333;
    line-height: 1.5;
    letter-spacing: .1rem;
}
.z-title b{
    display: block;
    margin-top: -.1rem;
    font-size: .65rem;
    color: #ccc;
    line-height: 1.5;
    font-weight: normal;
}
.z-title span{
    display: block;
    margin: auto;
    margin-top: .8rem;
    height: 3px;
    width: 1.4rem;
    background-color: #fbc021;
}
.product-cont{
    margin: .9rem 0 1rem 0;
}
.product-cont ul{
    margin-top: .6rem;
    overflow: hidden;
}
.product-cont ul li {
    float: left;
    margin-left: 3.3%;
    margin-top: .2rem;
    width: 45%;
}
.product-cont ul li figure img {
    display: block;
    width: 100%;
    height: 7rem;
}
.product-cont ul li h2 {
    font-size: .7rem;
    color: #333;
    line-height: 1.6rem;
    text-align: center;
    font-weight: normal; 
    text-overflow: ellipsis; 
    white-space: nowrap;
    overflow: hidden;
}
 .about-cont{
    padding: 0 .64rem;
    margin-bottom: 1rem;
}
.about-top{
    position: relative;
}
.bjs{
    width: 86%;
    height: 13rem;
    background-color: #042038;
}
.about-top img{
    position: absolute;
    top: 9%;
    left: 12%;
    display: block;
    width: 16rem;
}
.more{
    display: block;
    margin: 0 auto;
    margin-top: .5rem;
    width: 22%;
    height: 1.6rem;
    color: #fff;
    line-height: 1.6rem;
    text-align: center;
    font-size: .7rem;
    background-color:#fbc021;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.about-but h2{
    margin: 1.1rem 0 .5rem 0;
    font-size: 1rem;
    color: #042038;
}
.about-but h2 strong{
    color: #fbc021;
}
.about-but p{
    font-size: .76rem;
    color: #333;
    line-height: 1.4rem;
}
.lxwm-box{
    padding: 1.9rem 1.4rem 0 1rem;
    margin-bottom: 1rem;
    height: 8.2rem;
    box-sizing: border-box;
    background: url(../images/mzt2.jpg) no-repeat center;
}
.lxwm-box p{
    float: left;
    width: 65%;
    font-size: .8rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.4rem;
}
.lxwm-box p span{
    color: #fbc021;
}
.lxwm-box a{
    float: right;
    display: block;
    margin-top: 1.2rem;
    padding: .4rem 0;
    font-size: .7rem;
    color: #fff;
    width: 4rem;
    text-align: center;
    border: 2px solid #fbc021;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.why-box{
    padding: 0 .6rem;
    margin-bottom: 2rem;
}
.why-cont>p{
    margin-top: 1.2rem;
    font-size: .66rem;
    color: #999;
    line-height: 1.1rem;
}
.why-cont ul {
    margin-top: 2.1rem;
}
.why-cont ul li{
    margin-bottom: .9rem;
    padding-bottom: .4rem;
    overflow: hidden;
    border-bottom: 1px  dashed #ccc;     
}
.why-cont ul li:last-child{
  border-bottom: none;  
}
.why-cont ul li img{
    float: left;
    display: block;
    width: 2.2rem;
}
.why-lr {
    float: left;
    margin: .1rem 0 0 .46rem;
    width: 81%;
}
.why-lr strong{
    display: block;
    font-size: .8rem;
    color: #000;
    text-align: left;
    width: 100%;
}
.why-lr p{
    margin-top: .2rem;
    font-size: .66rem;
    color: #999;
    line-height: 1rem;
}
.news-bj {
    margin-bottom: 1rem;
    padding: .8rem 0 .4rem 0;
    height: 22rem;
    width: 100%;
    background: url(../images/bg2.png) no-repeat center center #f7f7f7;
}
.news-bj ul {
    padding: 0 .4rem;
    overflow: hidden;
}
.news-bj ul li {
    float: left;
    margin: 0 .7rem .7rem 0;
    padding: .4rem;
    width: 44%;
    box-shadow: 0px 3px 6px #eee;
    background-color: #fff;
}
.news-bj ul li:nth-child(2n){
    margin-right: 0;
}
.news-bj ul li figure{
    height: 6rem;
}
.news-bj ul li img{
    display: block;
    width: 100%;
    height:100%;
}
.news-bj ul li h2{
    margin-top: .3rem;
    font-size: .7rem;
    color: #333;
    text-align: center;
    font-weight: normal;
    text-overflow: ellipsis; 
    white-space: nowrap;
    overflow: hidden;
}
.news-bj ul li span{
    display: block;
    margin-top: .1rem;
    color: #fbc021;
    font-size: .6rem;
    text-align: center;
}
.zixun-box{
    padding: 1rem 0 .4rem 0;
    width: 100%;
    background-color: #f7f7f7;
}
.zixun-box ul {
    width: 96%;
    margin: 0 auto;
    margin-top: 1.5rem;
}
.zixun-box ul li{
    margin-top: .7rem;
    padding: 0 .2rem .7rem  .2rem;
    overflow: hidden;
    border-bottom: 1px dashed #e4eaec;
}
.zixun-box ul li:last-child{
    border-bottom:none;
}
.zixun-box ul li h2{
    float: left;
    width: 76%;
    color: #7D7D7D;
    font-size: .72rem;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.zixun-box ul li time{
    float: right;
    margin-top: .2rem;
    font-size: .7rem;
    color: #9F9F9F;
}
.lianxi {
    padding: 2rem 0;
    margin-bottom: 3rem;
    background-color: #282828;
}
.lianxi p{
    font-size: .74rem;
    text-align: center;
    color: #fff;
    line-height: 2rem;
}
.dibu {
    position: fixed;
    left: 0;
    bottom: 0;
    display: table;
    padding: .6rem 0;
    width: 100%;
    z-index: 99;
    background: #fbc021;
}
.dibu  li {
    float: left;
    width: 25%;
    text-align: center;
}
.dibu li img {
    display: block;
    margin: 0 auto;
    margin-bottom: .1rem;
    width: 1.3rem;
    height: auto;
}
.dibu li strong{
    font-size:.7rem;
    color: #fff;
    font-weight: normal;
}
.nb-title{
    text-align: center;
}
.nb-title strong{
    display: block;
    font-size: .9rem;
    color: #222;
}
.nb-title span{
    font-size: 1.3rem;
    color: #d9d9d9;
    font-weight: bold;
    font-family: 微软雅黑;
    text-transform: uppercase;
}
.inner-cont{
    padding: 0 0 1rem .7rem;
    margin-top: 1rem;
    font-size: .76rem;
    color: #666;
    border-bottom:1px solid #e8e8e8;
}
.inner-cont a{
    color: #666;
}
.inner-cont strong,
.inner-cont h1{
    color: #666;
    font-weight: normal;
}
.inner-cont h1{
    font-size: .76rem;
    display: inline-block;
}
.err-box{
    margin-top: 2rem;
}
.err-box figure{
    width: 98%;
    margin: 0 auto;
}
.err-box figure img{
    display: block;
    width: 100%;
}
.about-xq{
    margin: 1rem 0 1.8rem 0;
    padding: 0 .6rem;
}
.about-xq p{
    margin-bottom: .3rem;
    color: #74737a;
    font-size: .76rem;
    line-height: 1.4rem;
}
.about-xq ul{
    overflow: hidden;
}
.about-xq  ul li {
    float: left;
    margin-bottom: .6rem;
    width: 50%;
    font-size: .8rem;
    text-align: center;
}
.about-xq  ul li span {
    float: left;
    display: block;
    font-size: .74rem;
    color: #74737a;
}
.about-xq  ul li span:first-child{
    width: 40%;
}
.about-xq  img {
    display: block;
    margin: 0 auto;
    max-width: 95%;
}
.pagination{
    width: 100%;
}
.pagefy {
    margin-bottom: 1.5rem;
    text-align: center;
}
.pagefy .current {
    color: #fff;
    background-color: #fbc021;
    border: 1px solid #fbc021;
}
.pagefy a {
    margin-bottom: .5rem;
    padding: .2rem .5rem;
    display: inline-block;
    font-size: .7rem;
    color: #666;
    cursor: pointer;
    border: 1px solid #cfcfcf;
}
.pagefy a:last-child{
    margin-right: .5rem;
}
.inside-box{
    padding: 0 .6rem;
}
.detail-box>h1{
    margin: 1.2rem 0 .6rem 0;
    font-size: .9rem;
    color: #333;
    text-align: center;
}
.detail-box>time{
    display: block;
    font-size: .7rem;
    color: #666;
    text-align: center;
}
.detail-cont{
    margin: .7rem 0 .4rem 0;
    padding: 0 .2rem;
}
.detail-cont p {
    margin-bottom: .1rem;
    font-size: .76rem;
    color: #333;
    line-height: 1.4rem;
}
.detail-cont p strong{
    display: block;
}
.detail-cont p img{
    display: block;
    width: 98%!important;
    margin: 0 auto;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.detail-cont  img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.detail-cont  table {
    margin: 1rem 0;
    width: 100% !important;
    color: #333;
    line-height: 1rem;
}
.detail-cont  table tbody {
    width: 100% !important;
    overflow: hidden;
}
.detail-cont table tr td>p {
    text-align: center;
    font-size: .65rem;
}
.turn-box{
    margin-top: 1.3rem;
}
.turn-box a{
    display: block;
    margin-bottom: .5rem;
    font-size: .76rem;
    color: #333;
}
.turn-box .turn-lf{
    margin-bottom: .3rem;
    font-size: .75rem;
    display: flex;
    align-items: center;
}
.turn-lf a:last-child{
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap; 
    overflow: hidden;
}
.news-box{
    width: 94%;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #f7f7f7;
}
.news-box ul li{
    padding: .6rem 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.news-box ul li:last-child{
    border-bottom: none;
}
.news-lf{
    float: left;
    width: 79%;
}
.news-lf a{
    display: flex;
    align-items: center;
}
.news-lf img{
    display: block;
    margin-left: .6rem;
}
.news-lf h2{
    padding-left: .4rem;
    font-size: .7rem;
    color: #74737a;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-box ul li time{
    float: right;
    padding-right: .5rem;
    width: 17%;
    color: #ccc;
    font-size: .6rem;
    text-align: right;
    margin-top: .2rem;
}
.search-box{
    margin: 0 auto;
    margin-top: 1rem;
    width: 96%;
}
.search-box ul li {
    margin-bottom: 1.1rem;
    padding: 0 .6rem;
    border-bottom: 1px dashed #dedede;
}
.search-box ul  li a{
    display: block;
    color: #666;
}
.search-box ul  li h2{
    margin-bottom: .5rem;
    font-size: .85rem;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.search-box ul  li p{
    font-size: .73rem;
    color: #999;
    line-height: 1rem;
}
.search-box ul  li time{
    display: block;
    margin: .5rem 0 1rem 0;
    color: #888;
    font-size: .7rem;
}

 
 