﻿@charset "utf-8"; /* CSS Document */
body {
    margin: 0px;
    padding: 0px;
    font-size: 0.14rem;
    color: #333333;
    font-family: "微软雅黑";
    min-width: 12rem;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    Word-wrap: break-word;
    font-family: "微软雅黑";
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #666666;
    text-decoration: none;
}

ol,ul,li,p,h1,h5,h2,h3,h4,h6 {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

form {
    margin: 0px;
    padding: 0px;
}

input,textarea {
    outline: 0
}

h1,h2,h3 {
    font-weight: normal;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animationName {
    animation-name: sfs !important;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: #ffffff;
}

#top {
    float: left;
    width: calc(100% - 0.3rem);
    background: #ffffff;
    height: 0.81rem;
    padding: 0.05rem 0.15rem 0.1rem 0.15rem;
}

#top ul {
    width: 100%;
    margin: 0 auto;
    height: inherit;
    overflow: hidden;
}

#top ul h2 {
    float: left;
    font-size: 0px;
    position: relative;
    height: inherit;
    /* margin-left: -0.4rem; */
}

#top ul h2 img {
    max-height: 100%;
    max-width: 100%;
}

#top ul .li01 {
    float: left;
    width: 4.5rem;
    height: inherit;
    padding: 0px 0 0 0.2rem;
}

#top ul .li01 .chinaname {
    font-weight: bold;
    float: left;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.24rem;
    color: #ff0028;
}

#top ul .li01 .gjcname {
    font-size: 0.18rem;
    float: left;
    width: 5.5rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
}

#top ul .li03 {
    float: left;
    padding: 0px 0 0 0;
    /* margin-top: 0.5rem; */
    height: 0.5rem;
    line-height: 0.5rem;
    font-weight: bold;
    display: flex;
    font-size: 0.16rem;
    text-shadow: 0 0 black;
}
#top ul .li03 b{color: #ff0028;}

#top ul .li03 img {
    width: 0.9rem;
    height: 0.9rem;
}


#top ul .li02 {
    float: right;
    display: flex;
    width: 3.2rem;
    margin-top: 0.5rem;
    font-size: 0.18rem;
    justify-content: space-between;
    height: 0.3rem;
    line-height: 0.3rem;
}
#top ul .li02 .clock {
    background: url(../pic/clock.png) no-repeat 0 0.05rem;
    padding-left: 0.25rem;
    background-size: 0.17rem 0.20rem;
}

#top ul .li02 .phone {
    background: url(../pic/phone.png) no-repeat 0 0.05rem;
    padding-left: 0.25rem;
    background-size: 0.17rem 0.20rem;
}
#top ul .li02 .clock span,#top ul .li02 .phone span{padding-left:25px;}





/* 下拉导航条，纯样式表 */
* html .clearfix {
    zoom: 1; }

/* IE6 */
*:first-child+html .clearfix {
    zoom: 1; }

/* IE7 */
.index-nav {
    width: 100%;
    height: 0.45rem;
    font-size: 0.14rem;
    line-height: 0.45rem;
    text-align: left;
    float: left;
    position: relative;
    background-size: auto 0.51rem;
    background-color: #f9f9f9;
    color: #333;
    border-bottom: 1px solid #f1f1f1;
}

.index-nav-frame {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    padding: 0 0.15rem;
    box-sizing: border-box;
}

.Nptline {
    color: #ffffff;
    float: left;
    position: relative;
    display: block;
    outline: none;
    cursor: pointer;
    width: 1.33rem;
    line-height: 0.45rem;
    text-align: center;
    border-left: 1px solid #ededed;
    border-right: 1px solid #fff;
    font-size: 0.18rem;
}

.Nptline.active {
    color: #ffffff;
    background: #ff0028;
}

.Nptline a {
    color: #333;
}

.Nptline:hover {
    color: #ffffff;
    background:#ff0028;
}
.Nptline.active a,.Nptline:hover a.Nptul{color: #ffffff;}


.Nptline:hover .Nptcenter {
    height: auto;
    opacity: 1;
}

.Nptcenter {
    opacity: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    width: 1.33rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -o-transition: all 0.5s;
    /* Opera */
    z-index: 100;
    background: #f9f9f9;
}

.Nptli {
    width: 1.33rem;
    font-weight: 500;
    text-align: center;
    background: #f9f9f9;
    color: #333;
    float: left;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #fff;
}

.Nptcenter a {
    color: #666;
    font-size: 0.14rem;
}

.Nptli:hover {
    background: #ff0028b3;;
    color: #ffffff;
}

.Nptli:hover a {
    background: #ae0018;
    color: #ffffff;
}

.Nptline-focus:focus {
    display: none;
}

.W1200 {
    margin: 0 auto;
    width: 12rem;
    overflow: hidden;
    height: auto
}


.hpage {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #333333;
    float: left;
    font-size: 0.14rem;
    padding: 0.24rem 0 0.36rem;
}

.hpage span {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 0.36rem;
    height: 0.36rem;
    line-height: 0.36rem;
    background: #ff0028;
    color: #fff;
    margin: 0 0.04rem;
    border: 1px solid #ff0028;
}

.hpage a {
    color: #666;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 0.36rem;
    height: 0.36rem;
    line-height: 0.36rem;
    margin: 0 0.04rem;
}

.hpage a:hover {
    color: #ffffff;
    background: #ff0028;
    
}



/*横幅*/
.swiper-banner{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 1.41rem;
}
.absoImg{max-width:100%;max-height: 100%;width: auto;margin: auto;}
.swiper-banner.banner_pc .swiper-wrapper{/* height:5rem; */}
.swiper-banner .swiper-slide{text-align: center;}
.swiper-banner .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    background-color: #fff;
    border-radius: 0;
}
.swiper-banner .swiper-pagination-bullet-active {
    background-color: #ff0028;
}
.swiper-banner .swiper-button-prev,.swiper-banner .swiper-button-next {
    background-image: none;
    z-index: 106;
    left: 80px;
    width: 60px;
    height: 60px;
    margin-top: -30px;
}
.swiper-banner .swiper-button-prev img,.swiper-banner .swiper-button-next img{
    width: 0.62rem;
    height: 0.62rem;
}
.swiper-banner .swiper-button-next{left:unset;right: 80px;}
.wl1400{width:100%;max-width:1400px;margin: auto;clear: both;}

/*关于我们*/
.aboutDesc{
    margin-top: 46px;
    text-align: center;
    line-height: 0.24rem;
    color: #999;
    width: calc(100% - 0.3rem);
    margin-left: 0.15rem;
}
.aboutSection{
    background: url(../pic/aboutbg.jpg) no-repeat top center;
    padding: 80px 0 68px;
    background-size: 100% 100% !important;
    margin-top: 46px;
    width: calc(100% - 0.3rem);
    margin-left: 0.15rem;
    }
.iabout-title{
    text-align: center;
    color: #fff;
    margin-bottom: 0.36rem;
    font-size: 0.32rem;
    }
.iabout-cont {
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
    display: flex;
    line-height: 2.1;
    color: #fff;
    justify-content: center;
    padding-bottom: 20px;
}

.iabout-cont-l{width: 49%;overflow: hidden;}
.iabout-cont-r{
    display: inline-grid;
    color: #fff;
    width: 49%;
}
.iabout-cont-r p{
    line-height: 2.1;
}
.iabout-more {
    width: 2.16rem;
    height: 0.38rem;
    margin: auto;
    display: block;
    line-height: 0.36rem;
    background-color: #ff0028;
    color: #fff;
    text-align: center;
    border-radius: 0.38rem;
    font-weight: bold;
}
.iabout-more:hover{color: #ff0028; background-color: #fff;}

/*产品*/
.productSection{padding:0 0.15rem;}
.index-cont{padding: 44px 0 28px;line-height: 50px;text-align: center;width: 100%;}
.index-cont .index-title{font-size: 0.32rem;background: url(../pic/bgimg.png) no-repeat center;}
.index-desc{
    padding: 15px 0;
    text-align: center;
    line-height: 24px;
    color: #999;
}
.productlist{width:100%;display: flow-root;}
.iproduct-li{width: calc((100% - 0.48rem) / 4);float: left;padding-right: 0.16rem;padding-bottom: 0.15rem;}
.iproduct-li:nth-child(4n) {padding-right: 0;}
.iproduct-cont{
    border: 1px solid #f6f6f6;
    box-shadow: 0 2px 5px #e5e5e5;
    padding: 0.15rem 0.1rem;
    line-height: 0.33rem;
    border-top: 0;
    font-size: 0.2rem;
    padding-left: 0.53rem;
    background: url(../pic/ipfa1-1.png) no-repeat 0.1rem;
}
.iproduct-cont .iproduct-title{width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;}
.iproduct-img{overflow: hidden;width: 100%;position: relative;padding-bottom: 100%;}
.iproduct-img img {transition: 0.5s;max-width: 100%;max-height: 100%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;margin: auto;}
.iproduct-li:hover img {transform: scale(1.2);}
.iproduct-li:hover .iproduct-cont {color:#fff;background: url(../pic/ipfa1-2.png) no-repeat 10px #ff0028;}

/*荣誉*/
.honorSection{
    padding: 0 0.15rem;
}
.honor-swiper-main {
    position: relative;
    padding: 0 0.45rem;
    background: url(../pic/honorbg.png) no-repeat -1rem;
    padding-bottom: 1rem;
    background-position: 0.15rem bottom;
    background-size: calc(100% - 0.3rem);
}
.honorlist{
    overflow: hidden;
}

.honor-swiper-main .swiper-button-prev,.honor-swiper-main .swiper-button-next{
    height: 0.65rem;
    width: 0.22rem;
    top: 35%;
}
.honor-swiper-main .swiper-button-prev{background: url(../pic/honorbtn.png) no-repeat 0 0;background-size: 0.44rem 1.3rem;left: 0;}
.honor-swiper-main .swiper-button-next{background: url(../pic/honorbtn.png) no-repeat -0.22rem 0;background-size: 0.44rem 1.3rem;right: 0;}
.honor-swiper-main .swiper-button-prev:hover{background: url(../pic/honorbtn.png) no-repeat 0 -0.66rem;background-size: 0.44rem 1.3rem;}
.honor-swiper-main .swiper-button-next:hover{background: url(../pic/honorbtn.png) no-repeat -0.22rem -0.66rem;background-size: 0.44rem 1.3rem;}

.honorlist .iproduct-li{
    padding-right: 0.16rem;
    padding-left: 0.16rem;
    box-sizing: border-box;
    transform: scale(0.6);
    transition: 300ms;
}
.honorlist .iproduct-li.swiper-slide-active,.honorlist .iproduct-li.swiper-slide-duplicate-active{transform: scale(1);}
.honorlist .iproduct-li.swiper-slide-prev,.honorlist .iproduct-li.swiper-slide-next{transform: scale(0.8);}
.honorlist .iproduct-li .iproduct-img{
    padding-bottom: 140%;
    position: relative;
}
.honorlist .iproduct-li .iproduct-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
}
.honorlist .iproduct-li .iproduct-cont{
    background: unset;
    padding: 0.15rem 0.1rem;
    background: #fff;
}
.honorlist .iproduct-li:hover .iproduct-cont{color:#ff0028;}

/*企业风采*/
.qyfcSection{padding: 0 0.15rem;}
.qyfcSection .qyfc-swiper-main{
    position: relative;
}
.qyfcSection .qyfc-swiper-main .qyfclist {
    overflow: hidden;
}
.qyfcSection .qyfc-swiper-main .qyfclist .swiper-wrapper{
    transition-timing-function: linear !important;
}
.qyfcSection .qyfc-swiper-main .qyfclist .iproduct-li{
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    box-sizing: border-box;
}
.qyfcSection .qyfc-swiper-main .qyfclist .iproduct-cont{
    padding: 0.15rem 0.1rem;
    background: unset;
    border: unset;
    box-shadow: unset;
    text-align: center;
}
.qyfcSection .qyfc-swiper-main .qyfclist .iproduct-li:hover .iproduct-cont{color:#ff0028;}
.qyfcSection .honorlist .iproduct-li .iproduct-img{padding-bottom:100%;}
/*技术*/
.technology {background: url(../pic/artbg.png) no-repeat top left;}
.technologySection {
    margin-top: 45px;
    padding: 0 0.15rem;
}
.technologySection .index-title{
    color: #666;
    background: unset;
}
.technologySection .iproduct-cont{
    background: #fff;
    padding-left: 10px;
    text-align: center;
    color: #666;
}
.technologySection .iproduct-li:hover .iproduct-cont{background: #ff0028;}

.technologylist{
    display: flow-root;
}

.technologylist .iproduct-desc {
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    text-align: center;
    color: #999;
    font-size: 0.14rem;
}
.technologySection .iproduct-li:hover .iproduct-desc{ color: #fff;}

.technologylist .iproduct-img{
    padding-bottom: 150%;
}

/*客户案例*/
.caseSection{
    padding: 0 0.15rem;
    padding-bottom: 0.26rem;
}
.icase-list{
    width: 100%;
    display: flow-root;
}
.icase-li{
    width: calc(100% / 3);
    float: left;
    padding: 0 1px 2px;
    box-sizing: border-box;
}
.icase-li .alink{
    display: block;
    position: relative;
    }

.icase-li .icase-img{
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 85%;
    position: relative;
}
.icase-li .absoImg {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.icase-cont{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    transform: scale(0);
    transition: 0.3s;
}
.icase-li:hover .icase-cont{transform: scale(1);}
.icase-cont-middle {display: inline-block;}
.icase-cont-middle img{
    width: 0.45rem;
    height: 0.34rem;
}
.icase-cont-title{color:#FFF;line-height: 18px;margin-top: 10px;}
.icase-more{
    display: block;
    margin: 30px auto;
    width: 140px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ff0028;
    text-align: center;
    color: #ff0028;
    transition: 0.5s;
    position: relative;
    font-size: 18px;
    }
.icase-more:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width:0;
  height: 100%;
  background-color: #ff0028;
  transition: 0.5s;
}
.icase-more:hover{color: #fff;}
.icase-more:hover:after{
  width: 100%;
}

/*新闻*/
.newsSection{padding:0 0.15rem;display: flex;justify-content: space-between;padding-bottom: 0.56rem;}
.newsSection .inews-cont-left{
    width: 27%;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    height: 4.8rem;
}
.newsSection .inews-cont-left .inews-left-top {
    height: 60px;
    color: #333;
    line-height: 60px;
    padding: 0 8% 0 5%;
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
}
.newsSection .inews-cont-left .inews-left-circle {
    float: right;
    width: 24px;
    height: 24px;
    margin: 18px 0;
    border-radius: 50%;
    border: 1px solid #333;
    text-align: center;
    line-height: 24px;
}
.newsSection .inews-cont-left .inews-left-circle i{
    display: inline-block;
    font: normal normal normal 0.14rem/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: fangsong;
}
.newsSection .inews-cont-left .inews-left-top:hover{background:#ff0028;color:#fff;}
.newsSection .inews-cont-left .inews-left-top:hover .inews-left-circle{border: 1px solid #fff;}

.ianswer-link {
    display: block;
    padding: 0 8% 0 5%;
    height: 1.05rem;
}
.ianswer-link:hover{background: #f1f1f1;}
.ianswer-cont {
    height: 100%;
    width: 100%;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.newsSection .inews-cont-left .ianswer-title{
    display: flex;
    gap: 0.1rem;
    padding: 0.13rem 0;
    color: #999;
    font-size: 0.12rem;
}
.newsSection .inews-cont-left .ianswer-title h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsSection .inews-cont-left .ianswer-desc{display: -webkit-box;gap: 0.1rem;}
.newsSection .inews-cont-left .ianswer-desc p{
    width: calc(100% - 31px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 0.22rem;
    }
.newsSection .inews-cont-right{
    width: 70%;
}
.inews-right-top {
    margin-bottom: 7px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    height: 53px;
    color: #666;
    line-height: 53px;
}
.inews-right-top a {
    padding: 0 10px;
    color: #333;
}
.inews-right-top a.cur{
    color: #ff0028;
}
.informa-list.cur{display:block;}
.informa-list{display:none;}
.informa-list .informa-link {
    display: block;
    height: 1.05rem;
    padding: 0.19rem 0;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    overflow: hidden;
}
.informa-list .informa-time {
    float: left;
    width: 1.1rem;
    color: #999;
    transform: translateX(0);
    transition: 0.5s;
}
.informa-time-day {
    font-size: 0.6rem;
    line-height: 0.5rem;
    margin-bottom: 0.04rem;
}
.informa-time-ym {
    font-size: 0.18rem;
    line-height: 0.24rem;
}
.informa-cont {
    float: right;
    width: calc(100% - 110px);
    height: 0.86rem;
}

.informa-link:hover{
  background-color: #ff0028;
}
.informa-link:hover .informa-time{
  transform: translateX(20px);
  transition: 0.5s;
  color:#fff;
}
.informa-link:hover .informa-cont-title,.informa-link:hover .informa-cont-desc{
  color:#fff;
}
.informa-cont-title {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.informa-cont-desc {
    line-height: 0.22rem;
    font-size: 0.14rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 0.44rem;
}

/*友链*/
.index-links{
    padding: 0 0.15rem;
}
.index-links a,.index-links span {
    margin: 0 10px;
    display: inline-block;
    font-size: 0.16rem;
    color: #666;
    line-height: 0.48rem;
}
.index-links a:hover{color:#ff0028;}


.footer{
    border-top: 4px solid #ff0028;
    background-color: #f1f1f1;
}
.footerSec{
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0.15rem 0.32rem;
    }
.footer .footerSec .footer-left{
    width: 25%;
    display: flex;
    gap: 20px;
    text-align: center;
}
.footer .footerSec .footer-left .ewm{
    /* width: 50%; */
}
.footer .footerSec .footer-left img{width: auto;max-height: 100%;height: auto;margin-top: 30px;max-width: 100%;}
.footer .footer-center{
    display: flex;
    width: 46%;
}
.footer .footer-center dl{
    flex: 1;
    margin: 0;
}
.footer .footer-center dl dt{
    margin-bottom: 16px;
    font-size: 14px;
}
.footer .footer-center dl dd{
    margin: 0;
    line-height: 2;
    font-size: 12px;
}

.footer .footer-center dl dd a{color: #666;}
.footer .footer-center dl a:hover{color:#ff0028;}
.footer .footer-right{
    width: 27%;
    line-height: 34px;
    color: #333;
    margin-top: -8px;
}
.footer .footer-right pre{margin:0;font-size: 14px;}
.footer-bot{
    border-top: 1px solid #bfbfbf;
    line-height: 1.5;
    background-color: #f1f1f1;
    padding: 0.15rem;
    text-align: center;
}
.footer-bot a:hover{color:#ff0028;}
.footer-bot span{padding-left:46px;}

/*列表页*/
.allBar{margin-top: 1.41rem;font-size: 0;}
.allBar img{
    max-width: 100%;
}
.mbx{max-width: 1400px;background: url(../pic/home_icon.png) 0 0.18rem no-repeat;background-size: 0.18rem 0.2rem;padding-left: 0.25rem;text-overflow: ellipsis;-o-text-overflow: ellipsis;white-space: nowrap;overflow: hidden;height: 0.6rem;line-height: 0.6rem;color: #aaa;}
.mbx a{color: #aaa;display: inline-block;padding: 0 0.08rem;}
.mbx a:hover{color:#ff0028;}
.contain{
    padding: 0 0.15rem;
}
.contain .classlist{
    text-align: center;
    padding: 0.2rem 0 0.3rem;
}
.contain .classlist a{
    
padding: 0.14rem;
    
border-radius: 3px;
    
background-color: #f6f6f6;
    
color: #666;
    
margin: 0.08rem;
    
display: inline-block;
}
.contain .classlist a:hover,.contain .classlist a.cur{color: #fff;
    background-color: #ff0028;
    display: inline-block;}
.contain .product-list{width: 100%;display: flow-root;}
.contain .product-list .product-li{
    float: left;
    width: calc((100% - 0.78rem) / 4);
    padding: 0 0.26rem 0.26rem 0;
}
.contain .product-list .product-li:nth-child(4n){padding-right:0;}

.product-link{display: block;}
.product-img {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}
.product-img img {
    transform: scale(1);
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
}
.product-link:hover .product-img img{
  transform: scale(1.1);
  transition: 0.5s;
}
.product-content {
    padding: 0.1rem 0.2rem;
    box-shadow: 0 0 3px #f0f0f0;
    color: #666;
}
.product-title {
    line-height: 0.24rem;
    height: 0.48rem;
    overflow: hidden;
    text-align: center;
    
}
.product-link:hover .product-content{background: #ff0028;color: #fff;}

.location{padding:0 0.15rem;/* width: 100%; */display: flow-root;}
.crumbs-left{float:left;}
.crumbs-right{float:right;}
.crumbs-right a{color: #aaa;margin-right: 0.3rem;line-height: 0.6rem;display: inline-block;}
.crumbs-right a:last-child{margin-right: 0;}
.crumbs-right a:hover,.crumbs-right a.cur{color:#ff0028;}



/*新闻列表*/
.news-list{
  padding-top: 0.24rem;
  display: flow-root;
}
.newsList-one{
  margin-bottom: 0.54rem;
  display: flex;
}
.newsAll-title{
  font-size: 0.32rem;
  line-height: 0.86rem;
}
.newsList-one-left{
  float: left;
  width: 36%;
}
.newsList-one-img{
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
}
.newsList-one-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
}
.newsList-one-right{
  float: right;
  width: 60%;
  padding-left: 4%;
}
.newsList-one-title{
  padding-top: 0.2rem;
  line-height: 0.24rem;
  font-size: 0.2rem;
}
.newsList-one-desc{
  padding: 0.16rem 0;
  font-size: 0.14rem;
  line-height: 0.30rem;
  color: #666;
  border-bottom: 1px solid #f1f1f1;
}
.newsList-one-desc p{
    height: 0.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsList-one-more{
  display: block;
  width: 1.35rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #fff;
  text-align: center;
  background-color: #ff0028;
  border-radius: 3px;
  margin-top: 0.5rem;
}
.newsList-one-more:hover{
  color:#fff;
}

.newsList-time {
  padding: 0.08rem 0;
  color: #999;
  display: flex;
  gap: 0.2rem;
  font-size: 0.12rem;
}
.newsList-time span{
    padding-left: 0.2rem;
}
.newsList-time span.oclock{background: url(../pic/greyoclock_icon.png) no-repeat 0 center;/* background-size: 0.12rem 0.14rem; */}
.newsList-time span.eye{background: url(../pic/eye_icon.png) no-repeat 0 center;/* background-size: 0.14rem 0.14rem; */}
.news-li{width: calc((100% / 3) - 0.3rem);float:left;padding: 0 0.15rem;}
.news-li .news-content{padding: 0.2rem 0;}
.news-link:hover .news-title{
  color: #ff0028;
}
.news-li .news-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
}
.news-link .news-img img{
  transform: scale(1);
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  }
.news-link:hover .news-img img{
  transform: scale(1.1);
  transition: 0.5s;
}
.news-title{
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #333;
  height: 0.64rem;
  overflow: hidden;
}

/*问题列表*/
.answer-list{}
.answer-list .answer-li{width: 48%;float: left;}
.answer-list .answer-li:nth-child(2n){float: right;}
.answer-list .answer-li .answer-link{
    display: block;
    padding: 0.3rem 0 0.2rem;
    border-bottom: 1px solid #f1f1f1;
}
.answer-list .answer-li .answer-problem{color: #333;font-size: 0.2rem;}
.answer-list .answer-li .answer-desc{
    line-height: 0.3rem;
    height: 0.6rem;
    color: #666;
    margin: 0.16rem 0 0.08rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.16rem;
}
.answer-list .answer-li .answer-more{
    color: #999;
}
.answer-list .answer-li:hover .answer-more{color: #ff0028;}


/*荣誉列表*/
.news-list.honor{}
.news-list.honor .news-li{
    width: calc((100% - 0.6rem) / 4);
    margin-bottom: 0.3rem;
    border-bottom: 3px solid #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    margin-right: 0.2rem;
    position: relative;
    padding: 0.15rem 0rem;
}
.news-list.honor .news-li:nth-child(4n){margin-right:0;}
.news-list.honor .news-li .news-img{
    /* width: 2.8rem; */
    /* height: 3.5rem; */
    /* overflow: hidden; */
    /* text-align: center; */
    /* margin: auto; */
    /* display: flex; */
    position: relative;
    /* height: 0; */
    padding-bottom: 140%;
}
.news-list.honor .news-li:after{
    content: '';
    width: 0;
    height: 3px;
    background: #ff0028;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: 0.3s;
    }
.news-list.honor .news-li:hover:after{width: 100%;}
.news-list.honor .news-li .news-title{
    text-align: center;
    height: 0.32rem;
    overflow: hidden;
}
.news-list.honor .news-li .news-content{
    padding-bottom: 0;
}
.news-list.qyfc .news-li .news-img{
    padding-bottom: 100%;
}

/*产品详情*/
.proItem-content{
    padding: 0.36rem 0;
    float: left;
    width: 67%;
    display: grid;
}
.proItem-content .proItem-title h2{
    line-height: 0.36rem;
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
}
.proItem-content .proItem-top{}
.proItem-content .proItem-topLeft{
    width: 47%;
    float: left;
}
.proItem-content .proItem-topLeft .proItem-topLeft-img{
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    height: 0;
}
.proItem-content .proItem-topLeft .proItem-topLeft-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    margin: auto;
}
.proItem-content .proItem-topLeft .proItem-swiper-main {
    position: relative;
    margin: 0.08rem 0;
    padding: 0 0.3rem;
}
.proItem-content .proItem-topLeft .proItem-swiper-main .proItem-swiper {
    overflow: hidden;
}
.proItem-content .proItem-topLeft .proItem-swiper-main .proItem-swiper .swiper-slide {
    padding: 0 0.03rem;
    box-sizing: border-box;
}
.proItem-content .proItem-topLeft .proItem-swiper-main .proItem-swiper .swiper-proItem-img {
    border: 1px solid #fff;
}
.proItem-content .proItem-topLeft .proItem-swiper-main .proItem-swiper .swiper-slide .swiper-proItem-img.cur {
    border: 1px solid #ff0028;
}
.proItem-swiper-main .swiper-button-prev, .proItem-swiper-main .swiper-button-next {
    width: 0.1rem;
    height: 0.2rem;
    background-size: 0.1rem 0.2rem;
    margin-top: -0.1rem;
}
.proItem-content .proList-topRight{
    float: right;
    width: 50%;
}
.proItem-content .proList-topRight .proList-topRight-h3{
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-bottom: 0.1rem;
}
.proItem-content .proList-topRight .proList-topRight-p{
    line-height: 0.3rem;
    color: #666;
}
.proItem-content .proList-topRight .hotline {
    color: #ff0028;
    font-size: 0.2rem;
    line-height: 0.3rem;
    padding: 0.1rem 0;
    border-top: 1px dotted #f1f1f1;
    margin-top: 0.1rem;
}

.proItem-content .proList-topRight .proList-topRight-consult {
    width: 2rem;
    height: 0.5rem;
    display: block;
    line-height: 0.5rem;
    font-size: 0.2rem;
    color: #fff;
    border-radius: 3px;
    background-color: #ff0028;
    text-align: center;
    margin-top: 0.2rem;
}
.proItem-desc {
    padding: 0.36rem 0;
}
.proItem-desc .proItem-desc-title{
    border-bottom: 1px dotted #f1f1f1;
}
.proItem-desc-title span {
    width: 1.22rem;
    height: 0.42rem;
    display: inline-block;
    text-align: center;
    line-height: 0.42rem;
    font-size: 0.2rem;
    background-color: #f1f1f1;
}
.proItem-desc .proItem-desc-content{
    line-height: 2.1;
    padding: 0.15rem 0;
    overflow: hidden;
}
.pageAll {
    line-height: 0.3rem;
    color: #666;
}
.pageAll .pageAll-link {
    color: #666;
}
.pageAll .pageAll-link:hover{color: #ff0028;}

.proItem-reco{
    width: 27%;
    float: right;
    padding: 0.36rem 0;
}
.proItem-title{padding-bottom: 0.36rem;display: flex;justify-content: space-between;}
.proItem-title h3{
    font-size: 0.24rem;
    float:left;
}
.proItem-title .proReco-title-link {
    float: right;
    line-height: 0.32rem;
    color: #666;
}
.proItem-title .proReco-title-link:hover{color: #ff0028;}
.proReco-list .proReco {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.2rem;
}
.proReco-list .proReco .proReco-img {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.proReco-img img {
    transform: scale(1);
    transition: 0.5s;
}
.proReco-img .absoImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    margin: auto;
}
.proReco-list .proReco .proReco-list-title {
    color: #333;
    text-align: center;
    padding: 0.2rem 0.1rem;
    font-size: 0.16rem;
}
.proReco-list .proReco:hover .proReco-list-title{color:#ff0028;}
.proReco-list .proReco:hover .proReco-img img{ transform: scale(1.1);}

/*新闻详情*/
.newsItem-content{
    padding-top: 0;
}
.proReco-list .newsReco-one .proReco-img{
    padding-bottom: 60%;
}
.newsItem-content .newsItem-top{
    padding: 0.2rem 0 0.12rem;
    border-bottom: 1px solid #f1f1f1;
}
.newsItem-content .newsItem-top .newsItem-title h2{
    font-size: 0.24rem;
}
.newsItem-content .newsItem-desc{
    padding: 0.24rem 0 0.36rem 0;
    line-height: 2.1;
    color: #666;
}
.proItem-content img,.content_desc img{max-width:100%;}
.newsItem-reco{
    padding-top: 0.2rem;
}

.newsItem-reco .newsReco-link {
    display: block;
    padding-left: 0.2rem;
    line-height: 0.3rem;
    color: #999;
    position: relative;
}
.newsItem-reco .newsReco-link:after{
    content: '';
    display: block;
    position: absolute;
    left: 0.02rem;
    top: 0.14rem;
    width: 2px;
    height: 2px;
    background-color: #999;
}
.newsItem-reco .newsReco-link:hover{color:#ff0028;}

/*详情*/
.contain .aIntroduce-cont{
    line-height: 2.1;
    color: #666;
    margin-bottom: 0.2rem;
}

/*留言*/
.contact-form {
    padding: 0.18rem 0.25rem;
    box-shadow: 0 2px 5px #e5e5e5;
    width: 70%;
    margin: 0.3rem 0;
}
.contact-group {
    width: 100%;
    margin-top: 0.2rem;
}
.contact-half {
    float: left;
    width: 45%;
    box-sizing: border-box;
    display: flex;
}
.contact-half:nth-child(2n){
    float: right;
}
.contact-half span {
    vertical-align: middle;
    color: #333;
    line-height: 0.34rem;
    width: 0.5rem;
}
.contact-half-input {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 0.5rem);
    height: 0.34rem;
    line-height: 0.34rem;
    padding: 0 0.1rem;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
.contact-area {
display: flex;
margin: 0.2rem 0;
}
.contact-area span {
    display: inline-block;
    vertical-align: top;
    color: #333;
    line-height: 0.34rem;
    width: 0.5rem;
}
.contact-area textarea {
    line-height: 0.24rem;
    padding: 0 0.1rem;
    height: 1rem;
    width: calc(100% - 0.5rem);
    border-radius: 3px;
    border: 1px solid #ccc;
    resize: none;
    box-sizing: border-box;
}
.contact-btn {
    display: block;
    margin: 0.1rem auto 0;
    height: 0.4rem;
    width: 2rem;
    background-color: #ff0028;
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-size: 0.2rem;
    line-height: 0.4rem;
}
/*关于我们 视频*/
.abvideo .abcont{
    display: flex;
    justify-content: space-between;
}
.abvideo .abcont .abvideo-l{
    width: 36%;
    overflow: hidden;
}
.abvideo .abcont .abvideo-r{
    width: 55%;
    position: relative;
}
.abvideo .abcont .abvideo-r .aVideo-state {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
}
.abvideo .abcont .abvideo-r .aVideo-item{
    height: 1.75rem;
    line-height: 1.75rem;
    border-left: 1px dotted #cdcdcd;
    border-bottom: 1px dotted #cdcdcd;
    position: relative;
    text-align: center;
    flex: 1;
}
.abvideo .abcont .abvideo-r .aVideo-item .aVideo-desc{
    display: inline-block;
    line-height: 0.32rem;
    color: #666;
    text-align: center;
    font-size: 0.16rem;
}
.abvideo .abcont .abvideo-r .aVideo-item:last-child {
    border-right: 1px dotted #cdcdcd;
}
.abvideo .abcont .abvideo-r .aVideo-item .aVideo-desc:before{content:"";display: block;position: absolute;top: -14px;left: -8px;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 13px solid #ccc;}
.abvideo .abcont .abvideo-r .aVideo-item .aVideo-desc:last-child:after{content:"";display: block;position: absolute;top: -14px;right: -8px;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 13px solid #ccc;}
.abvideo .abcont .abvideo-r .aVideo-item .aVideo-desc b{
    font-weight: normal;
    color: #ff0028;
    font-size: 0.20rem;
} 

/**/
.abhistory{}
.abhistory .abcont .abhistorylist{overflow:hidden;}
.abhistory .abcont .iproduct-li{
    display: flex;
    gap: 0.3rem;
    padding: 0;
    width: 90%;
    padding-left: 10%;
    box-sizing: border-box;
}
.abhistory .abcont .abhistorylist-pagination,.abhistorybtn-pagination{display:none;}
.abhistory .abcont .iproduct-img{width: 26.5%;padding-bottom: 10%;}
.abhistory .abcont .iproduct-desc{
    margin-bottom: 14px;
    color: #666;
}
.abhistory .abcont .abhistorybtn{width: 100%;overflow: hidden;}
.abhistory .abcont .abhistorybtn .abhistorybtn_wrapper{margin: 0.36rem 0 0.2rem;}
.abhistory .abcont .abhistorybtn .btn-item{
    width: calc(100% / 9);
    border-top: 1px solid #ff0028;
    line-height: 0.8rem;
    text-align: center;
    position: relative;
    cursor: pointer;
    float: left;
    display: unset;
    height: unset;
    border-radius: unset;
    background: unset;
    opacity: unset;
    }
.abhistory .abcont .abhistorybtn .btn-item:before{
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: -10px;
    background: #fff;
    left: 50%;
    margin-left: -10px;
    border: 1px solid #ff0028;
}
.abhistory .abcont .abhistorybtn .btn-item.swiper-pagination-bullet-active:after {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  top: -7px;
  left: 50%;
  margin-left: -7px;
  background-color: #ff0028;
  border: 1px solid #ff0028;
} 

.swiper-button{
    /* font-size: 0; */
    text-align: right;
    margin-bottom: 20px;
    position:relative;
    display: flex;
    justify-content: flex-end;
    gap: 0.16rem;
    }
.swiper-button .swiper-button-prev, .swiper-button .swiper-button-next {
    width: 36px;
    height: 36px;
    cursor: pointer;
    position: unset;
    background: url(../pic/left_btn.png);
}
.swiper-button .swiper-button-next {
    background: url(../pic/right_btn.png);
}
.abfactory .abcont .abfactorylist,.abhonor .abcont .abhonorlist{overflow:hidden;}
.abfactory .abcont .abfactorylist .iproduct-li,.abhonor .abcont .abhonorlist .iproduct-li{
    padding-right: 0.16rem;
    box-sizing: border-box;
}
.abfactory .abcont .abfactorylist .iproduct-li .iproduct-img{}
.abfactory .abcont .abfactorylist .iproduct-li .iproduct-cont,.abhonor .abcont .abhonorlist .iproduct-li .iproduct-cont{
    background: unset;
    box-shadow: unset;
    border: unset;
    padding: 0.15rem 0.1rem;
    text-align: center;
    font-size: 0.16rem;
}
.abfactory .abcont .abfactorylist .iproduct-li:hover .iproduct-cont,.abhonor .abcont .abhonorlist .iproduct-li:hover .iproduct-cont{
    color:#333;
}
.abhonor{}
.abfactory .abcont .abfactorylist .iproduct-li{}
.abfactory .abcont .abfactorylist .iproduct-li:hover .iproduct-img img,.abhonor .abcont .abhonorlist .iproduct-li:hover .iproduct-img img{transform: unset;}
.abmarket .abmarket_desc{
    line-height: 2.1;
    color: #666;
    margin-bottom: 0.2rem;
}
.swiper-search {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: calc(100% - 0.16rem);
    height: 100%;
    background: rgba(0,0,0,0.3);
    text-align: center;
    transform: scale(0);
    transition: 0.3s;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
}
.swiper-search img {
    width: 0.45rem;
    height: 0.34rem;
    transform:unset;
}

.abfactory .abcont .abfactorylist .iproduct-li:hover .swiper-search,.abhonor .abcont .abhonorlist .iproduct-li:hover .swiper-search{transform: scale(1);}

.position-about {
    position: fixed;
    z-index: 100006;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
}
.position-about.cur{display: block;}
.position-about .position-about-close{
    text-align: right;
}
.position-about i.close{
    padding: 20px 40px 20px 20px;
    display: inline-block;
    color: #fff;
    font: normal normal normal 0.3rem/1 FontAwesome;
    font-weight: bold;
    cursor: pointer;
}
.position-about img{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: 86%;
}

/*招聘*/
.aRecruit-lists {
    width: 80%;
    margin: 0.2rem auto 0.56rem;
}
.aRecruit-title {
    background-color: #195fbf;
    height: 0.4rem;
    line-height: 0.4rem;
}
.aRecruit-title span {
    width: 20%;
    float: left;
    text-align: center;
    color: #fff;
}
.aRecruit-desc {
    border: 1px dotted #ccc;
}
.aRecruit-li {
    border-bottom: 1px dotted #ccc;
}
.aRecruit-desc span, .aRecruit-desc a {
    float: left;
    width: 20%;
    text-align: center;
    line-height: 4;
}
.aRecruit-name {
    color: #F7001E;
}
.aRecruit-department {
    color: #AB9C08;
}
.aRecruit-addr{
  color: #067D14;
}
.aRecruit-details i{
  display: inline-block;
  background: #e25353;
  color: #ffffff;
  line-height: 1.5;
  border-radius: 5px;
  padding: 0.05rem 0.1rem;
  font-style: normal;
}
.clear:after {
    content: "";
    display: block;
    clear: both;
    float: none;
}

/*招聘详情*/
.content_desc{
    padding-bottom: 0.36rem;
    width: 100%;
}
.content_desc .newsItem-title{
    font-weight: 600;
    margin-bottom: 0.1rem;
    font-size: 0.2rem;
}
.content_desc .newsItem-desc{
    line-height: 2;
    padding: 0.36rem 0;
}

.flex-up {
    position: fixed;
    right: 0;
    z-index: 105;
    top: 147px;
}
.flex-list {
    background-color: #333;
    height: 60px;
    width: 90px;
    border-bottom: 1px solid #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    padding-right: 0;
    -webkit-transform: translate(190px);
    -ms-transform: translate(190px);
    -o-transform: translate(190px);
    transform: translate(190px);
    padding: 8px 0 0;
}
.flex-list.flex-list-phone {
    width: 251px;
}
.flex-list .fl {
    width: 90px;
    float:left;
}
.flex-list .fr {
    width: 160px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    height: 40px;
    border-left: 1px solid #fff;
    float:right;
    font-size: 24px;
}
.flex-list .fa {
    display: block;
    vertical-align: middle;
    color: #fff;
    width: 60px;
    text-align: center;
    font-size: 0.4062rem;
}


.flex-list span {
    color: #fff;
    display: block;
    width: 60px;
    text-align: center;
    font-size: 12px;
}

.flex-list-weixin {
    position: relative;
}

.flex-list-weixin img {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    position: absolute;
    left: -140px;
    top: -40px;
    width: 140px;
    height: 140px;
}

.flex-list .fa{
  display: block;
  vertical-align: middle;
  color:#fff;
  width: 60px;
  height: 26px;
  text-align: center;
  
}
.flex-list .fa.fa-phone{
  background: url(../pic/right_tel.png) no-repeat center 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  }
.flex-list .fa.fa-commenting{background: url(../pic/right_msg.png) no-repeat center 0;transition: 0.5s;
  -webkit-transition: 0.5s;}
.flex-list .fa.fa-weixin{background: url(../pic/right_wx.png) no-repeat center 0;transition: 0.5s;
  -webkit-transition: 0.5s;}
.flex-list .fa.fa-weibo{background: url(../pic/right_wb.png) no-repeat center 0;transition: 0.5s;
  -webkit-transition: 0.5s;}
.flex-list .fa.fa-angle-up{
  background: url(../pic/right_top.png) no-repeat;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  }

.flex-list:hover .fa.fa-phone{background: url(../pic/right_tel_on.png) no-repeat center 0;transition: 0.5s;
  -webkit-transition: 0.5s;}
.flex-list:hover .fa.fa-commenting{background: url(../pic/right_msg_on.png) no-repeat; center 0transition: 0.5s;
  -webkit-transition: 0.5s;}
.flex-list:hover .fa.fa-weixin{background: url(../pic/right_wx_on.png) no-repeat center 0;transition: 0.5s;
  -webkit-transition: 0.5s;}
.flex-list:hover .fa.fa-weibo{background: url(../pic/right_wb_on.png) no-repeat center 0;transition: 0.5s;
  -webkit-transition: 0.5s;}
.flex-list:hover .fa.fa-angle-up{background: url(../pic/right_top_on.png) no-repeat center 0;transition: 0.5s;
  -webkit-transition: 0.5s;}



.flex-list span{
  color: #fff;
  display: block;
  width: 60px;
  text-align: center;
  font-size: 12px;
}
.flex-list:hover{
  transition: 0.5s;
  -webkit-transition: 0.5s;
   -webkit-transform: translate(160px);
  -ms-transform: translate(160px);
  -o-transform: translate(160px);
  transform: translate(160px);
  background-color:#ff0028;
}
.flex-list.flex-list-phone:hover{
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
  -o-transform: translate(0px);
  transform: translate(0px);
}
.flex-list.flex-list-weixin:hover img{
  transform: scale(1);
   -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.footImg{
    padding: 0 0.15rem 0.15rem;
    text-align: center;
}
.footImg img{max-width: 100%;}