*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-style: normal;
}
html,body{
    min-width: 1200px;
}
.top{
    width: 100%;
    height: 1rem;
    position: fixed;
    top: 0;
    background: url(../img/topNavbg.png)no-repeat;
    background-size: 100% 100% !important;
    min-width: 1200px;
    z-index: 99999;
}
.top .logo{
    width: 3.8rem;
    display: block;
    float: left;
    margin-left: .6rem;
}
.top .right-box{
    color: #949494;
    float: left;
    margin-left: 3rem;
}
.top .right-box .icon-kefu{
    color: #a93428;
    font-size: 0.24rem;
}
.top .right-box .nav-top a{
    color: #000;
    font-weight:300;
    font-size:0.22rem;
}
.top .right-box .nav-top a:hover{
    color: #a93428;
}
.top .right-box .nav-top #weibo{
    position: relative;
}
.top .right-box .nav-top #weibo img{
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    left: -0.2rem;
    bottom: -0.6rem;
    display: none;
}
.right-box .nav-top{
    display: flex;
    padding-top: 0.10rem;
    font-size: 0.18rem;
    font-weight: 300;
    margin-left: 4.4rem;
}
.right-box .nav-top p select{
    background: transparent;
    border: none;
    color: #949494;
}
.right-box .nav-top p:first-child{
    padding-right: 0.2rem;
    display: flex;
    align-items: center;
    margin-top: -0.02rem;
    font-weight: 600;
    color: #D01108;
    font-size: 0.24rem;
}
.right-box .nav-top p:last-child a{
    display: inline-block;
    margin: 0 0.07rem;
}
.right-box .nav-bottom{
    display: flex;   
    margin-top: 0.05rem;
    font-size: 0.18rem;
    color: #000;
}
.right-box .nav-bottom ul{
    display: flex;
    align-items: center;
}
.right-box .nav-bottom ul li{
    padding: 0 0.44rem;
    height: 0.56rem;
    display: flex;
    align-items: center;
}
.right-box .nav-bottom ul .xzli a{
    color: #fff;
}
.right-box .nav-bottom ul .xzli{
    background: url(../img/rhombus.png)no-repeat;
    background-size: 100% 100%;
}
.right-box .nav-bottom ul li a{
    color: #000;
    font-size: 0.24rem;
}
.right-box .nav-bottom .sousuo{
    background: transparent;
    border: none;
    height: 0.58rem;
    width: 0.62rem;
    position: relative;
    color: #fff;
    font-size: 0.18rem;
    margin-top: 0.05rem;
}
.right-box .nav-bottom .sousuo i{
    font-size: 0.26rem;
}
.right-box .nav-bottom .sousuo::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #a93428;
    transform:skew(-18deg);
    z-index: -1;
    left: 0;
    top: 0;
}
.nav-bottom .productCenter{
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    top: 1rem;
    min-width: 1200px;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}
.nav-bottom .productCenter::before{
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #ccc;
    margin: 0 auto;
}

.nav-bottom .productCenter .carlist{
    display: flex;
    justify-content: center;
}
.nav-bottom .productCenter .carlist .caritem p a{
    color: #000;
}
.nav-bottom .productCenter .carlist .caritem p a:hover{
    color: #a93428 !important;
}
.nav-bottom .productCenter .carlist .caritem {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0.4rem 0.5rem;
    font-size: 0.18rem;
}
.nav-bottom .productCenter .carlist .caritem img{
    width: 1.4rem;
    display: block;
    margin: 0.2rem 0;
}
.nav-bottom .productCenter .carlist .caritem p{
    line-height: 0.4rem;
}
.nav-bottom .productCenter .getprice{
    width: 68%;
    margin: 0 auto;
}
.nav-bottom .productCenter .getprice::before{
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #ccc;
    margin: 0 auto;
    margin-bottom: 0.3rem;
}
.nav-bottom .productCenter .getprice b{
    font-size: 0.26rem;
} 
.nav-bottom .productCenter .getprice input{
    background: #f4f5f7;
    width: 2rem;
    height: 0.4rem;
    border: 1px solid #eaeaeb;
    text-indent: 0.2rem;
    margin-right: 0.2rem;
}
.nav-bottom .productCenter .getprice .icon-huoqubaojia{
    color: red;
    font-size: 0.28rem;
    float: left;
    padding-top: 0.06rem;
}
.nav-bottom .productCenter .getprice form{
    float: left;
    display: float;
    align-items: color;
    margin-bottom: 0.2rem;
}
.nav-bottom .productCenter .getprice #getpricebtn{
    border: none;
    width: 1rem;
    height: 0.44rem;
    color: #fff;
    background: #a93428;
}
.nav-bottom .support{
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    top: 1rem;
    padding: 0;
    height: 0;
    min-width: 1200px;
    transition: all 0.5s;
    overflow: hidden;
}
.nav-bottom .support .supportinner{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.nav-bottom .support::before{
    display: block;
    content: '';
    width: 100vw;
    height: 1px;
    background: #ccc;
    margin: 0 auto;
    margin-bottom: 0.7rem;
}
.nav-bottom .support .supportinner p {
    width: 24%;
    text-align: center;
    font-size: 0.18rem;
    color: #717171;
    margin-bottom: 0.36rem;
}
.nav-bottom .support .supportinner p:not(:nth-child(4n)) {   
    margin-right: calc(4% / 3)
}
.nav-bottom .support .supportinner p img{
    width: 100%;
    height: 2rem;
    display: block;
    padding-bottom: 0.12rem;
}
.nav-bottom .support .supportinner p a{
    color: #717171;
}
.rightfloat,#xsgg{
    position: fixed;
    right: 0;
    font-size: 0.14rem;
    top: 3.37rem;
    z-index: 99999;
}
#xsgg{
    top: 24.4%;
    right: 0;
}
#xsgg img{
    width: 1.92rem;
}
.rightfloat li:last-child ,.rightfloat li a{
    width: 0.84rem;
    height: 0.86rem;
    background: rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 2px 0;
    cursor: pointer;
}
.rightfloat li:last-child:hover ,.rightfloat li a:hover{
    background: #a93428;
}
.rightfloat li i{
    font-size: 0.3rem;
    padding-bottom: 0.1rem;
}
.rightfloat li .icon-tubiao_fanhuidingbu{
    font-size: 0.4rem;
}

.banner{
    width: 100%;
    min-width: 1200px;
}
.banner .bannerswiper{
    width: 100%;
    min-width: 1200px;
}
.banner .bannerswiper .swiper{
    width: 100% !important;
}
.banner .bannerswiper .swiper img{
    display: block;
    width: 100% !important;
    max-height: 9rem;
}


.qxcx{
    width: 100%;
    min-width: 1200px;
    /* background: url(../img/qxcx-bg.png)no-repeat left center;
    background-size: cover 100%; */
    position: relative;
}
.qxcx .bg{
    width: 100%;
    display: block;
    position: absolute;
}
.qxcx #swiper2{
    width: 80%;
    margin-left: 3.48rem;
    padding: 0.66rem 0;
}
.qxcx #swiper2 img{
    width: 4.7rem;
    transition: all 1s;
}
.qxcx #swiper2 img:hover{
    transform: scale(1.1);
}
.qxcx .swiper2btn{
    position: absolute;
    z-index: 9;
    display: flex;
    bottom: 1rem;
    left: 1.22rem;
    justify-content: center;
}
.qxcx .swiper2btn img{
    width: 0.7rem;
    margin: 0 0.15rem;
    transition: all 0.5s;
}
.qxcx .swiper2btn img:hover{
    cursor: pointer;
    transform: scale(1.02);
}
.xwzx{
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
    font-size: 0.18rem;
    margin-top: 0.3rem;
}
.xwzx h3{
    text-align: center;
    font-size: 0.38rem;
    font-weight: 500;
    line-height: 1.54rem;
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
}
.xwzx h3 a{
    position: absolute;
    right: 0.4rem;
}
.xwzx h3 span{
    float: right;
    margin-right: .9rem;
    font-size: 0.16rem;
    color: #a93428; 
    width: 1.70rem;
    height: 0.46rem;
    line-height: 0.46rem;
    position: relative;
    margin-top: 0.58rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xwzx h3 span i{
    padding-left: 0.1rem;
}
.xwzx h3 span:hover::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #a93428;
    border: 1px solid #a93428;
    left: 0;
    top: 0;
    z-index: -1;
    transform: skew(-10deg);
}
.xwzx h3 span:hover{
    color: #fff !important;
}
.xwzx h3 span::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #a93428;
    left: 0;
    top: 0;
    z-index: 11;
    transform: skew(-10deg);
}
.news {
    width:76.5%;
    margin: 0 auto;
    transform:scale(1.1);
}

.news .newsleft{
    float: left;
}
.news .newsleft .tubox{
    width: 9.6rem;
    height: 5.38rem;
    overflow: hidden;
}
.news .newsinner{
    position: relative;
    overflow: hidden;
}
.news .newsinner img{
    width: 100%;
    display: block;
    filter: grayscale(0.3);
    transition: all 1s;
}
.news .newsinner:hover img{
    filter: grayscale(0);
    transform: scale(1.1);
}
.news .newsright .tubox{
width: 4.8rem;
    height: 2.65rem;
    font-size: 0px;
    overflow: hidden;
}
.news .newsright{
    float: right;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
}
.news .newsinner:last-child{
    margin-top: 0.08rem;
}
.newsinner .masking{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    transition: all 1.8s;
    opacity: 0;
}
.newsinner .newstext{
    position: absolute;
    bottom: 0.2rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    margin-left: 0.4rem;
    font-size: 0.2rem;
    transition: all 1.8s;
    opacity: 1;
    width: 80%;
}
.newsinner .newstext span:first-child{
    font-size: 0.16rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .newsleft .newstext span:first-child{
    font-size: 0.24rem;
}
.newsinner .newstext span:first-child::after{
    display: block;
    content: '';
    height: 2px;
    width: 0.33rem;
    background: #fff;
    margin: 0.1rem 0;
}
.news .newsleft .newstext span:last-child{
    font-size: 0.18rem;
}
.newsinner .newstext span:last-child{
    width: 100%;
    white-space: nowrap;
    font-size: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about{
    margin-top: 0.8rem;
    width: 100%;
    min-width: 1200px;
    height: 8.63rem;
    background: url(../img/about-bg.png)no-repeat center center;
    background-size: 100% 100%;
    font-size: 0.18rem;
}
.about .aboutlist {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about .aboutlist .aboutitem{
    position: relative;
    cursor: pointer;
    margin: 0 0.05rem;
    transition: all 1s;
}
.about .aboutlist .aboutitem img{
    height: 6.4rem;
    filter: grayscale(1);
    opacity: 0.4;
    transition: all 1s;
}
.about .aboutlist .aboutitem:hover{
    transform: scale(1.04);
    transition: all 1s;
}
.about .aboutlist .aboutitem:hover img{
    filter: grayscale(0);
    opacity: 1;
}
.about .aboutlist .aboutitem:hover .abouttext a::before{
    background: #fff;
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    transform: skew(-10deg);
}
.about .aboutlist .aboutitem:hover .abouttext a i{
    color: #a93428;
}
.about .aboutlist .aboutitem .abouttext{
    position: absolute;
    bottom: 0.5rem;
    left: 0.4rem;
    display: flex;
    flex-direction: column;
    color: #fff;
}
.about .aboutlist .aboutitem .abouttext span:first-child{
    font-size: 0.28rem;
}
.about .aboutlist .aboutitem .abouttext span:first-child::after{
    display: block;
    content: '';
    height: 2px;
    width: 0.33rem;
    background: #fff;
    margin: 0.1rem 0;
}
.about .aboutlist .aboutitem .abouttext a{
    width: 1.7rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    font-size: 0.14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 0.6rem;
}
.about .aboutlist .aboutitem .abouttext a i{
    z-index: 1;
    color: #fff;
}
.about .aboutlist .aboutitem .abouttext a::before{
    background: #a93428;
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    transform: skew(-10deg);
}
.aboutUs{
    width: 100%;
    min-width: 1200px;
}
.aboutUs img{
    display: block;
    width: 100%;
}