.color-red {
    color: #d42b2b;
}

/*轮播*/
.lunbo .carousel {
    width: 90%;
    margin: 0 auto;
}

.carousel {
    position: relative;
}

.carousel .item .p0 {
    position: absolute;
    left: 16%;
    top: 11%;
    width: 27%;
    margin-left: -135px;
    margin-top: -20px;
    font-size: 30px;
    font-family: '微软雅黑';
    color: red;
}

.carousel .item .p1 {
    position: absolute;
    left: 50%;
    top: 36%;
    width: 71%;
    margin-left: -360px;
    margin-top: -22px;
    font-size: 30px;
    font-family: '微软雅黑';
    color: red;
}

.carousel .item .p2 {
    position: absolute;
    left: 47%;
    top: 50%;
    margin-left: -325px;
    margin-top: -14px;
    font-size: 20px;
    font-family: '微软雅黑';
    color: #fff;
}

.carousel .item .p3 {
    position: absolute;
    right: 13%;
    top: 62%;
    margin-left: -160px;
    margin-top: -16px;
    font-size: 26px;
    font-family: '微软雅黑';
    color: red;
}

.carousel .item .p4 {
    position: absolute;
    left: 50%;
    top: 45%;
    margin-left: -175px;
    margin-top: -50px;
    font-size: 32px;
    font-family: '微软雅黑';
    color: #fff;
}

.carousel .item .p5 {
    position: absolute;
    left: 50%;
    top: 72%;
    margin-left: -87px;
    margin-top: -91px;
    font-size: 24px;
    font-family: '微软雅黑';
    color: #fff;
    padding: 10px 15px;
    background: #f2c40b;
}

.carousel .item .p6 {
    position: absolute;
    left: 50%;
    top: 70%;
    margin-left: -150px;
    margin-top: -15px;
    font-size: 24px;
    font-family: '微软雅黑';
    color: #fff;
}

.carousel .item .p7 {
    position: absolute;
    left: 55%;
    top: 31%;
    margin-left: -150px;
    margin-top: -15px;
    font-size: 24px;
    font-family: '微软雅黑';
    color: rgba(44, 141, 231, 0.8);
}

.carousel .item .p8 {
    position: absolute;
    left: 55%;
    top: 30%;
    margin-left: 150px;
    margin-top: -15px;
    font-size: 16px;
    font-family: 'Arial Black';
    color: #2c8de7;
}

.carousel .item .p9 {
    position: absolute;
    left: 65%;
    top: 43%;
    margin-left: -280px;
    margin-top: -20px;
    font-size: 28px;
    font-family: '微软雅黑';
    color: #2c8de7;
}

.color-yellow {
    color: #f2c40b;
}

.carousel .item .p10 {
    position: absolute;
    left: 66%;
    top: 36%;
    margin-left: -65px;
    margin-top: -15px;
    font-size: 2.5rem;
    font-family: '微软雅黑';
    color: #fff;
}

.carousel .item .p11 {
    position: absolute;
    left: 76%;
    top: 47%;
    margin-left: -175px;
    margin-top: -15px;
    font-size: 2.5rem;
    font-family: '微软雅黑';
    color: #fff;
}

.carousel .item .p12 {
    position: absolute;

    left: 78%;
    top: 60%;
    margin-left: -195px;
    margin-top: -15px;
    font-size: 2.5rem;
    font-family: '微软雅黑';
    color: #fff;
}

.carousel .item .img1 {
    position: absolute;
    left: 23%;
    top: 50%;
    margin-left: -250px;
    margin-top: -90px;
}

.carousel .item .img2 {
    position: absolute;
    right: 8%;
    top: 50%;
    margin-left: -250px;
    margin-top: -90px;
}

.carousel-indicators li {
    border: 1px solid #333 !important;
}

.carousel-indicators .active {
    background-color: #f14949 !important;
}

/*.carousel-indicators li:nth-child(3){
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ddd!important;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #eee!important;
    border-radius: 10px;
}*/
/*公告*/
.gonggao {
    background: #333;
    height: 40px;
}

.txtScroll-top {
    overflow: hidden;
    position: relative;
}

.txtScroll-top .bd {
    padding: 10px 0;
}

.txtScroll-top .bd p {
    float: left;
    color: #fff;
    font-size: 16px;
}

.txtScroll-top .bd p a {
    color: #fff;
}

.txtScroll-top .bd p a:hover {
    color: red;
}

.txtScroll-top .bd p i {
    padding-right: 10px;
}

.txtScroll-top .infoList li {
    height: 24px;
    line-height: 24px;
}

.txtScroll-top .infoList li .date {
    float: right;
    color: #d9d8d8;
}

.txtScroll-top .infoList li a {
    color: #d9d8d8;
}

.txtScroll-top .infoList li a:hover {
    color: red;
}

/*产品分类*/
.fenlei {
    padding: 40px 0 0 0;
    background: #f5f5f5;
}

.fenlei-item img {
    display: inline-block;
}

.fenlei-item, .fenlei-title, .fenlei-name {
    text-align: center;
}

.fenlei-title {
    background: url(../images/about1.png) center top no-repeat;
}

.fenlei-title h3 {
    font-size: 30px;
    color: #2b2a2a;
    position: relative;
    font-weight: bold;
    top: -35px;
    text-align: center;
}

.fenlei-title p {
    padding: 0 10%;
    font-size: 20px;
    color: #9b9b9b;
    position: relative;
    top: -33px;
    text-align: center;
}

.fenlei .fenlei-item:nth-child(2) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.fenlei .fenlei-c:nth-child(2) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

/*.fenlei .fenlei-c:nth-child(3){padding-top: 10px;}*/
.fenlei .fenlei-item:nth-child(3) {
    border-right: 1px solid #ccc;
}


.fenlei .fenlei-name h4 {
    color: #fff;
    font-size: 20px;
}

.fenlei h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    padding: 50px 0 40px;
    position: relative;
    z-index: 50;
}

.fenlei h2 span {
    position: relative;
    padding-bottom: 10px;
}

.fenlei h2 span:after {
    content: "";
    width: 50%;
    height: 3px;
    background-color: #116bc4;
    background-color: ;
    position: absolute;
    left: 25%;
    bottom: 0;
}

/*.fenlei img{max-width: 100%; vertical-align: middle;}*/
.fenlei .full-length {
    width: 100%;
    padding-bottom: 80px;
}

.fenlei li {
    list-style: none;
    overflow: hidden;
}

/*.fenlei h3{font-size: 20px; color: #000000;color: #ffffff;}*/
.fenlei .fenlei-item h4 {
    margin-top: 5px;
    margin: 10px 0;
}

.fenlei .fenlei-item p {
    font-weight: 300;
    line-height: 25px;
    font-size: 14px;
    margin: 10px 0;
}

.fenlei .col-md-3 a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    color: #fff;
    border: 2px solid #116bc4;
    border-color: #ffffff;
    background-color: #116bc4;
    background-color: #ffffff;
    text-decoration: none;
    transition: 0.4s;
}

.fenlei .col-md-3 a:hover {
    background-color: #116bc4;
    background-color: #ffffff;
    color: #4d92d9;
    transition: 0.4s;
}

.fenlei .fenlei-name {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #116bc4;
    height: 100%;
    opacity: 1;
    width: 100%;
    padding: 20px;
}

.fenlei .fenlei-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    overflow: visible;
}

.fenlei .fenlei-item {
    z-index: 8;
}

.fenlei .fenlei-item img {
    transition: 0.5s;
}

.fenlei .fenlei-item .fenlei-name { /*transform: translateY(-100%);*/
    opacity: 0;
    padding: 5px 20px;
    transition: 0.5s;
}

/*我的图片鼠标悬浮时候展示*/
.fenlei .teshu:hover img {
    transform: scale(0) translateY(160%);
    position: relative;
    z-index: 9;
}

/*我的内容鼠标悬浮时候展示*/
.fenlei .teshu:hover .fenlei-name {
    transform: translateY(0px);
    opacity: 1;
}

.fenlei .title_div {
    text-align: center;
    padding-bottom: 12px;
}

.fenlei .text-center {
    font-size: 30px;
    color: #000000;
    color: ;
    margin: 0px;
}

.fenlei .fenlei-name p,
.fenlei .mydesc {
    color: #999999;
    color: #f5f5f5
}

.fenlei .fenlei-name a:hover {
    color: #116bc4;
}

.fenlei .col-md-3 a {
    color: #999999;
    color: #116bc4
}

.fenlei .fenlei-c .fenlei-name .laokuan {
    padding: 5px 10px !important;
    border: none;
    color: red !important;
    font-size: 16px !important;
}

/*产品选型按钮*/
.xuanxing {
    text-align: center;
    margin: 35px;
}

.xuanxing a {
    padding: 20px 50px;
    background: #d42b2b;
    color: #fff;
    font-size: 20px;
}

.xuanxing a:hover {
    background: #000;
    color: #fff;
    transition: 0.5s
}


/*产品列表*/
.prolist {
    padding: 20px 0 30px 0;
}

.fenlei .prolist-left h2 {
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px 30px;
    margin: 0px;
    background: #d42b2b;
    color: #fff;
}

.fenlei .prolist-left h2 span {
    font-size: 16px;
    display: block;
    padding-top: 10px;
}

/*.prolist .prolist-left ul{border:1px solid #ccc;}
.prolist .prolist-left ul li{list-style: none;}
.prolist .prolist-left ul li:nth-child(2){border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}
.prolist .prolist-left ul li:nth-child(3){border-bottom: 1px solid #ccc;}
.prolist .prolist-left li{
	padding: 10px 30px;
}*/
.fenlei .prolist-left a {
    padding-left: 30px;
}

.fenlei .prolist-left a:hover {
    background: #d42b2b;
    color: #fff;
}

.fenlei .prolist-left a .fa {
    font-size: 12px;
    padding-right: 20px
}

.fenlei .list-group-item .active, .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background: none !important;
    border: 1px solid #ddd !important;
    color: #555 !important;
}

/*最新公告*/
.zxgonggao {
    padding: 40px 0 30px 0;
}

.zxgonggao-title {
    text-align: center;
}

.zxgonggao-title {
    background: url(../images/about11.png) center top no-repeat;
}

.zxgonggao-title h3 {
    font-size: 30px;
    color: #2b2a2a;
    position: relative;
    font-weight: bold;
    top: -20px;
    text-align: center;
    margin-top: 0px;
}

.zxgonggao-title p {
    padding: 0 10%;
    font-size: 20px;
    color: #1a1819;
    color: #9b9b9b;
    position: relative;
    top: -14px;
    text-align: center;
}

.zxgonggao-left {
    margin-top: 10px;
}

.zxgonggao-right {
    margin-top: 10px;
    height: 252px
}

.zxgonggao-left img {
    height: 365px;
}

.zxgonggao-content .news-time {
    text-align: center;
    background: #d42b2b;
    padding: 5px 0;

}

.zxgonggao-content .news-time {
    border: solid 2px #FFF;
}

.news-time {
    border: solid 2px #FFF;
    width: 90px
}

.zxgonggao-content .news-time h4 {
    font-size: 40px;
    color: #fff;
    margin: 0 5px;
}

.zxgonggao-content .news-time span {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    display: inherit;
    height: 30px;
}

.zxgonggao-content .news-det {
    background: #fbfbfb;
    height: 44px;
}

.zxgonggao-content .news-det:hover {
    -moz-box-shadow: 3px 3px 5px #929292;
    -webkit-box-shadow: 3px 3px 5px #929292;
    box-shadow: 3px 3px 5px #929292;
    transition: 0.5s;
}

.zxgonggao-content .news-det a:hover h4 {
    color: #d42b2b;
}

.zxgonggao-content .news-det h4 {
    color: #555;
    font-weight: bold;
    margin-top: 14px;
    font-size: 15px;
}

.zxgonggao-content .news-det p {
    color: #8c8c8c;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*为毛选择它*/
.choose {
    background: #f5f5f5;
    padding: 100px 0 30px 0;
}

.choose-title {
    text-align: center;
}

.choose-title {
    background: url(../images/about11.png) center top no-repeat;
}

.choose-title h3 {
    font-size: 30px;
    color: #2b2a2a;
    position: relative;
    font-weight: bold;
    top: -20px;
    text-align: center;
    margin-top: 0px;
}

.choose-title p {
    padding: 0 10%;
    font-size: 20px;
    color: #1a1819;
    color: #9b9b9b;
    position: relative;
    top: -14px;
    text-align: center;
}

.choose-item .demo,
.choose-item .img,
.choose-item .mask,
.choose-item .border {
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

.demo {
    position: relative;
    display: block;
    margin: 50px auto;
}

.demo h3 {
    font-size: 18px;
    text-align: center;
    color: #333;
}

.img {
    background: #ddd;
    background-size: cover;
    background-position: 50% 50%;
}

.mask, .border {
    position: absolute;
    left: 0;
    top: 0;
}

.mask {
    text-align: center;
    color: #000;
    transition: all .5s;
    background: #fff;
    background: url(../images/png/choose1.png) center center no-repeat;
}

.demo1:hover .mask1 {
    background: url(../images/png/choose11.png) center no-repeat;
}

.mask2 {
    background: url(../images/png/choose2.png) center center no-repeat;
}

.demo2:hover .mask2 {
    background: url(../images/png/choose22.png) center center no-repeat !important;
}

.mask3 {
    background: url(../images/png/choose3.png) center center no-repeat;
}

.demo3:hover .mask3 {
    background: url(../images/png/choose33.png) center center no-repeat !important;
}

.mask4 {
    background: url(../images/png/choose4.png) center center no-repeat;
}

.demo4:hover .mask4 {
    background: url(../images/png/choose44.png) center center no-repeat !important;
}

.mask5 {
    background: url(../images/png/choose5.png) center center no-repeat;
}

.demo5:hover .mask5 {
    background: url(../images/png/choose55.png) center center no-repeat !important;
}

.mask6 {
    background: url(../images/png/choose6.png) center center no-repeat;
}

.demo6:hover .mask6 {
    background: url(../images/png/choose66.png) center center no-repeat !important;
}

.info {
    margin-top: 50%;
    transform: translateY(-50%);

}

.border {
    border: 10px solid #999;
    border-top-color: #d42b2b;
    border-left-color: #d42b2b;
    box-sizing: border-box;
    transition: all .5s;
}

.demo:hover .mask {
    background-color: rgba(255.255 .255, 0.6);
    color: #d42b2b;

}

.demo:hover h3 {
    color: red;
}

.demo:hover .border {
    transform: rotate(180deg);
}

/*关于我们*/
.about {
    padding: 60px 0 30px 0;
}

.about-title {
    background: url(../images/about1.png) center top no-repeat;
}

.about-title h3 {
    font-size: 30px;
    color: #2b2a2a;
    position: relative;
    font-weight: bold;
    top: -20px;
    text-align: center;
    margin-top: 0;
}

.about-title p {
    padding: 0 10%;
    font-size: 20px;
    color: #1a1819;
    color: #9b9b9b;
    position: relative;
    top: -14px;
    text-align: center;

}

.about .about-content h3 {
    text-align: center;
    margin-top: 30px;
}

.about .about-content h3 {
    margin-bottom: 20px;
}

.about .about-more {
    text-align: right;
    margin-right: 15px;
}

.about .about-more a {
    padding: 10px 15px;
    background: #d42b2b;
    color: #fff;
    font-size: 16px;
}

.about .about-more a:hover {
    background: #000;
}

.about .about-content p {
    text-indent: 2em;
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
    color: #9b9b9b;
}

.about .about-desc {
    margin-bottom: 30px;
}

.about .about-img {
    margin-top: 20px;
}

/*间隔图*/

/*新闻动态*/
.news {
    padding: 50px 0 30px 0;
    background: #f5f5f5;
}

.news-item {
    margin-bottom: 10px;
    height: 26px
}

.news .news-title, .honor-title {
    margin-bottom: 10px;
}

.news-title h3, .honor-title h3 {
    margin-top: 0;
    padding-bottom: 5px;
    display: inline-block;
}

.news-title h3 b, .honor-title b {
    font-size: 16px;
    font-weight: normal;
    color: #9b9b9b;
    margin-top: 10px;
    padding-left: 10px;
}

.news-title h3 span, .honor-title span {
    border-bottom: 4px #d30000 solid;
    padding-bottom: 2px;
}

.news-title a {
    float: right;
    padding: 5px 15px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
}

.honor-title a {
    float: right;
    padding: 5px 15px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
}

.news-title a:hover {
    background: #d42b2b;
    color: #fff;
    border: none;
}

.honor-title a:hover {
    background: #d42b2b;
    color: #fff;
    border: none;
}

.news-content .news-time {
    text-align: center;
    background: #d42b2b;
    padding: 5px 0;

}

.news-content .news-time h4 {
    font-size: 40px;
    color: #fff;
}

.news-content .news-time span {
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
}

.news-content .news-det {
    background: #fbfbfb;
    height: 44px;
}

.news-content .news-det:hover {
    -moz-box-shadow: 3px 3px 5px #929292;
    -webkit-box-shadow: 3px 3px 5px #929292;
    box-shadow: 3px 3px 5px #929292;
    transition: 0.5s;
}

.news-content .news-det a:hover h4 {
    color: #d42b2b;
}

.news-content .news-det h4 {
    color: #555;
    font-weight: bold;
    margin-top: 6px;
    font-size: 15px;
}

.news-content .news-det p {
    color: #8c8c8c;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*荣誉*/
.multipleLine {
    overflow: hidden;
    position: relative;
}

.multipleLine .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.multipleLine .hd .prev, .multipleLine .hd .next {
    display: block;
    width: 9px;
    height: 5px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("images/icoUp.gif") no-repeat;
}

.multipleLine .hd .next {
    background: url("images/icoDown.gif") no-repeat;
}

.multipleLine .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.multipleLine .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.multipleLine .hd ul li.on {
    background-position: 0 0;
}

.multipleLine .bd {
    height: 440px;
    overflow: hidden;
}

.multipleLine .bd ul {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
}

.multipleLine .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 50%;
}

.multipleLine .bd ul li .pic {
    text-align: center !important;
}

.multipleLine .bd ul li .pic img {
    width: 250px; /*height:130px;*/
    height: 416px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
    margin: 0 auto;
}

.multipleLine .bd ul li .pic a:hover img {
    border-color: #999;
}

.multipleLine .bd ul li .title a {
    color: #555;
}

.multipleLine .bd ul li .title {
    line-height: 24px;
}

/*友情链接*/
.links {
    padding: 30px 0;
}

.links h3 {
    margin-top: 0px;
}

.links-title {
    background: url(../images/about1.png) center top no-repeat;
    margin-bottom: 20px;
}

.links-title h3 {
    font-size: 30px;
    color: #2b2a2a;
    position: relative;
    font-weight: bold;
    top: -20px;
    text-align: center;
}

.links-title p {
    padding: 0 10%;
    font-size: 20px;
    color: #1a1819;
    color: #9b9b9b;
    position: relative;
    top: -14px;
    text-align: center;
}

.links .picMarquee-left {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.links .picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.links .picMarquee-left .bd .tempWrap {
    width: 100% !important;
}

.links .picMarquee-left .bd ul li {
    margin: 0 5px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.links .picMarquee-left .bd ul li .pic {
    text-align: center;
    margin: 0 auto;
}

.links .picMarquee-left .bd ul li .pic img {
    width: 100px;
    height: 50px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.links .picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.links .picMarquee-left .bd ul li .title {
    line-height: 24px;
}

/*关于我们*/
#imgModule {
    display: none;
}

#imgDefault {
    cursor: pointer;
}

#imgDefault span {
    float: left;
    margin: 10px;
}

#imgDefault span p {
    text-align: center;
}

.imgItem {
    width: 295px;
    height: 200px;
}

.mask7 {
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/*背景遮罩*/
.lightBoxContent {
    width: 600px;
    height: 800px;
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;
    margin: -400px 0 0 -300px;
    z-index: 9999;
}

/*放大图片样式*/
#imgLoader {
    width: 32px;
    height: 32px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -16px 0 0 -16px;
    display: none;
    z-index: 99999;
}

/*缓存动态图标*/
#imgLight {
    width: 600px;
    -webkit-animation: change 1s;
    animation: change 1s;
}

#imgModule .btn {
    width: 40px;
    height: 50px;
    position: fixed;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    z-index: 9999;
}

/*左右按钮*/
.lightBoxSprite {
    background-image: url(../images/imgIcons.png) !important;
    background-repeat: no-repeat;
    z-index: 9999;
}

/*功能图片*/

#lightBoxPrev {
    left: 10px;
    background-position: 2px center;
}

#lightBoxNext {
    right: 10px;
    background-position: -42px center;
}

.closeBtn {
    width: 35px;
    height: 35px;
    background-position: -100px center;
    position: fixed;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

/*关闭按钮*/
.lightBoxPagination {
    position: fixed;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

/*圆点*/
.lightBoxPagination span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 8px;
}

.lightBoxPagination span.current {
    background: #fff;
}

@keyframes change {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.aboutus1, .aboutus2, .aboutus3, .aboutus4 {
    padding: 20px 0;
}

.aboutus1 .aboutus1-desc p {
    text-indent: 2em;
    line-height: 25px;
    margin: 0 !important;
    color: #9b9b9b;
}

.aboutus1 .aboutus1-img img {
    height: 275px;
}

.aboutus1-img {
    margin-top: 20px;
}

.aboutus-heading {
    margin-bottom: 10px;
}

.aboutus-heading span {
    font-size: 20px;
    color: red;
    font-weight: bold;
    display: block;
}

.aboutus2 {
    background: #f5f5f5;
}

.aboutus4 {
    background: #f5f5f5;
}

.aboutus2 .aboutus-item h3 {
    color: red;
    padding-left: 10px;
    font-weight: bold;
}

.aboutus2 .aboutus-item p {
    color: #555;
    font-size: 14px;
    padding-left: 10px;
}

.aboutus2 .aboutus-item img {
    margin: 0 auto;
}

.aboutus .links {
    padding: 20px 15px;
}

.aboutus4 .aboutus-content {
    text-align: center;
}

.aboutus4 .aboutus-content img {
    margin: 0 auto;
}

.aboutus3 .picMarquee-left {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.aboutus3 .picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.aboutus3 .picMarquee-left .bd .tempWrap {
    width: 100% !important;
}

.aboutus3 .picMarquee-left .bd ul li {
    margin: 0 5px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.aboutus3 .picMarquee-left .bd ul li .pic {
    text-align: center;
    margin: 0 auto;
}

.aboutus3 .picMarquee-left .bd ul li .pic img {
    width: 150px; /*height:120px;*/
    height: auto;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.aboutus3 .picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.aboutus3 .picMarquee-left .bd ul li .title {
    line-height: 24px;
}

}
/*产品中心页开始*/


.product {
    background: #999;
}

.product {
    background: #f8f8f8;
}

.product-left {
    margin-bottom: 20px;
}

.product-right {
    margin-bottom: 20px;
}

.product-left .panel-heading {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.product-left .panel-heading-tow {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.product-left .panel-title {
    padding: 0 20px;
}

.product-left .panel-title-tow {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
    padding: 0 20px 0 30px !important;
}

.product-left .panel .panel-heading:hover {
    background-color: #555;
}

.product-left .panel-title a {
    padding: 0 10px;
    color: #555;
    width: 100%;
    display: inline-block;
}

.product-left .panel .panel-body ul .active {
    background: #eee;
}

.product-left .panel .panel-body ul .active a span {
    color: red;
}

.product-left .panel-title a .fa-plus-square {
    float: left;
    display: inline-block;
    color: red;
    padding-right: 2px;
}

.product-left .panel-title a .fa-chevron-right {
    float: right;
    vertical-align: middle;
    display: inline-block;
    margin-top: 3px;
}

.product-left .panel-title a span {
    padding: 0 3px;
    float: left;
    width: 90%;
    display: inline-block;
}


.product-left .pro1-title {
    background: #d8251e;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.panel-group .panel + .panel {
    margin-top: 5px !important;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #ffffff !important;
    border-color: #ddd;
}

.product-right .pro-rtitle h3 {
    margin-bottom: 10px;
    text-align: center;
    color: red;
}


.product-left .pro1-title h3 {
    padding: 10px 0 10px 0;
}

.product-left .pro1-title span {
    padding: 0 0 10px;
    display: block;
    font-size: 16px;
}

.product-left .product-1 .pro-list {
    background: #ececec;
    padding: 0px 0 10px 0;
}

.product-left .product-1 .pro-list ul .active a {
    color: red;
}

.product-left .product-1 .pro-list ul li {
    list-style: none;
    padding: 10px 0;
    padding-left: 22%;
    border-bottom: 1px solid #ccc;
}

.product-left .product-1 .pro-list ul li:hover {
    background: #eee;
    transition: 0.5s;
}

.product-left .pro-list ul li a {
    display: inline-block;
    width: 250px;
}

.product-left .pro-list ul li a span {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

.product-left .pro-list ul li .fa-chevron-right {
    float: right;
    margin-top: 15px;
}

.product-left .product-1 .pro-list ul li a {
    color: #434343;

    font-size: 15px;
}

.product-left .product-1 .pro-list ul li a:hover {
    color: #d8251e;
}

.product-2 {
    background: #fff;
}

.product-2 .pro1-title h3 {
    padding: 10px 0;
}

.product-2 .pro-list {
    padding: 5px 0 0 0;
}

.product-2 .pro-list ul {
    background: #fff;
}

.product-2 .pro-list ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    margin: 0 20px;
}

/*.product-2 .pro-list ul li:nth-child(1){
  border-top: 1px solid #ccc;
}*/
.product-2 .pro-list ul li a:hover p {
    color: red;
}

/*.product-2 .pro-list ul li .pro-cont{

  height: 80px;
  line-height: 70px;
}*/
.product-2 .pro-list ul li .pro-cont p {
    color: #434343;
    font-size: 14px;
    padding-top: 15px;
}

.product-2 .pro-more {
    margin: 0 20px;
    text-align: right;
    background: #fff;
    height: 30px;
    padding-bottom: 35px;
}

.product-2 .pro-more span {
    display: block;
}

.product-right {
    margin-top: 20px;
    background: #fff;
    padding: 10px;
}

.product-right .pro-item {
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
    display: block;
}

.product-right .pro-item .productimg {
    width: 270px;
    text-align: center;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}

.product-right .pro-item img {
    border: 1px solid #f5f5f5;
    overflow: hidden;
    transition: 0.5s;
    display: block;
    max-width: 100%;
}

.product-right .pro-item :hover img {
    transform: scale(1.2);
}

.product-right .pro-item :hover p {
    color: red;
}

.product-right .pro-item p {
    margin-top: 5px;
    color: #555;
}

.product-right .fenye {
    text-align: center;
}

.fenye ul li a {
    color: #555;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #f14949 !important;
    border-color: #f14949 !important;
}

.fenye ul .active {
    background: #f14949 !important;
    color: #fff;
}

/*产品特点页*/
.product-right .pro-rcon {
    padding: 10px 20px;
}

.prorcon-title h3 {
    text-align: center;
    color: red;
}

.product-right .pro-rcon .pro-rcon1 h4 {
    text-align: center;
    color: red;
}

.product-right .pro-rcon .pro-rcon1a {
    margin: 20px;
}

.product-right .pro-rcon .pro-rcon1a p {
    margin: 0px !important;
}

.product-right .pro-rcon .pro-rcon1 .why {
    color: #000;
    text-align: center;
}

.product-right .pro-rcon .pro-rcon1 p {
    margin: 20px 0;
}

.product-right .pro-rcon .pro-rcon1 p .eng {
    color: #777;
    padding-left: 20px;
}

.product-right .pro-rcon .pro-rcon1 p .chi {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    padding-left: 20px;
}

/*产品详情页*/
.product-right .exzoom_img_box, .product-right .exzoom_img_ul_outer, .product-right .exzoom_zoom_outer {
    width: 100% !important;
    height: 300px !important;
}

/*.neirong p{font-size: 13px}*/
.exzoom li img {
    width: 100% !important;
}

.prodesc-right h4 {
    font-size: 16px;
    font-weight: bold;
    border-left: 3px solid red;
    padding-left: 10px;
    margin-bottom: 20px;
}

.prodesc-right p {
    padding-left: 16px;
}

.prodesc-name h3 {
    text-align: center;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}

.prodesc-img img {
    margin: 0 auto;
}

.prodest-content {
    margin-top: 20px;
}

.prodest-content .canshu {
    background: #555;
    margin-bottom: 10px;
}

.prodest-content h3 {
    background: #f14949;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    margin: 0;
}

.prodest-content th {
    background: #ccc;
}

.prodest-content .prodest-table1 th {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    padding: 8px 4px !important;
    height: 70px !important;
}

.prodest-content .prodest-table1 tr td {
    text-align: center;
    vertical-align: middle;
}

/*.prodest-content .prodest-table1 tr .kong{height: 400px;}*/
.prodest-content .col-md-6 {
    padding: 0px;
}

.prodest-content .prodest-table2 th {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    height: 70px;
    vertical-align: middle
}

.prodest-content .prodest-table2 tr td ul li {
    list-style: none;
    float: left;
    border: 1px solid #ccc;
    padding: 5px 10px;
    width: 50%;
    height: 45px;
    vertical-align: middle;
    text-align: center;
}

/*.prodest-content .prodest-table2 tr td{height: 489px;}*/
/*.prodest-content .prodest-table2 tr .td3{height: 511px;}
.prodest-content .prodest-table2 tr .td4{height: 474px;}
.prodest-content .prodest-table2 tr .td5{height: 629px;}*/
.prodest-content .prodest-table2 .neirong {
    margin: 15px 0;
}

.prodest-content .prodest-img {
    text-align: center;
}

.product-right .spsystem tr td {
    text-align: center;
    font-size: 18px;
    color: #333;
}

.product-right .spsystem tr td span {
    display: block;
    font-size: 14px;
    padding-top: 10px;
    color: #777;
}

.product-right .lianjie {
    margin: auto;
}

.product-right .chukou {
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.product-right .chukou h3 {
    color: red;
    text-align: center;
}

.product-right .chukou p {
    line-height: 25px;
    text-indent: 2em;
}

.product-right .pro-rcon1 .wzimg {
    height: 250px;
    overflow: hidden;
    margin: auto;
}

.product-right #content {
    width: 100%;
}

.product-right #content .wzimg a img {
    height: 250px;
    margin: auto;
}

.prodest-table2 .table tr:nth-child(3) {
    display: none;
}

/*.prodest-content #ios ul li{list-style: none;text-align: center;}
.prodest-content #ios ul li img{margin: 0 auto;}
.prodest-content .tab-content td{
  padding-left: 30px;
}
.prodest-content ul li a{
  color: #555;
}
.prodest-content ul .active .active1{
  color: red!important;
}
.prodest-content #ios .beizhu1{
  margin-top: 20px;
  text-indent: 2em;
  line-height: 25px;
}
.prodest-content #chicun img{
  margin: 0 auto;
}*/

.product-right .pro-rcon2 h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #f14949;
    font-weight: 550;
}

.product-right .pro-rcon2 h4 {
    margin-bottom: 5px;
    font-size: 17px;
    color: #000;
    font-weight: 550;
}

.product-right .pro-rcon2 p {
    text-indent: 2em;
    font-size: 15px;
    margin-bottom: 5px;
}

/*行业应用*/
.application .applicat-item {
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}

.application .applicat-item:nth-child(3) {
    border-bottom: 0px;
}

.application .applicat-item .application-left img {
    margin: 0 auto;
}

/*.application .application-right{padding-top: 30px;}*/

.application .application-left {
    margin-top: 20px;
}

.application .application-list {
    background: #ececec;
    padding: 0 0 20px 0;
    margin-bottom: 10px;
}

.application .application-list .application-title {
    background: #d8251e;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.application .application-list .application-title h3 {
    padding: 10px 0 10px 0;
    margin-top: 0px;
}

.application .application-list .application-list1 ul li {
    list-style: none;
    padding: 6px 0;
    padding-left: 30px;
    border-bottom: 1px solid #ccc;
}

.application .application-list .application-list1 ul li a {
    color: #555;
}

.application .application-right1 {
    margin-top: 30px;
}

.application .applicat-rtitle h3 {
    margin: 0px;
}

.application .applicat-rtitle span {
    line-height: 35px;
    border-bottom: 1px solid #f6f6f6;
    font-size: 13px;
    color: #999999;
    display: block;
}

.application .applicat-txt {
    margin-top: 5px;
}

.application .applicat-txt p {
    line-height: 25px;
    color: #666666;
    font-size: 13px;
    margin-bottom: 10px;
}

.application .applicat-more {
    margin-top: 30px;
}

.application .applicat-more a {
    padding: 10px 15px;
    border: 1px solid #ccc;
    color: #555;

}

.application .applicat-more a:hover {
    background: #d42b2b;
    color: #fff;
    border: none;
}

.fenye {
    text-align: center;
}

.application #myTab {
    background: #eee;
    padding-left: 20px;
    margin-top: 20px;
}

.application #myTab li a {
    color: #555;
    font-size: 16px;
    padding: 15px 20px;
}

.application #myTab li a:hover {
    background-color: #d42b2b !important;
    color: #fff;
}

.application #myTab .active a {
    background-color: #d42b2b !important;
    color: #fff;
}

.application .application-left1 img {
    width: 80%;
    height: 80%;
}


/*行业应用详情*/
.applicat-desc {
    padding: 10px 0;
}

.applicat-desc .applicat-name {
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.applicat-desc .applicat-name span {
    font-size: 13px;
    color: #999999;
}

.applicat-desc .applicat-desc-1 p {
    text-indent: 2em;
    line-height: 20px;
    margin-bottom: 5px;
}

.ret {
    text-align: center;
}

.dl_ret {
    width: 100px;
    line-height: 35px;
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    color: #ccc;
    border-radius: 20px;
    margin: 20px auto;
}

.dl_ret:hover {
    border-color: #f02930;
    color: #f02930;
}

.desc-page .pref {
    float: left;
    font-size: 16px;
    border-radius: 2em;
    background: none;
    border: 1px solid #f02930;
    color: #999;
}

.desc-page .next {
    float: right;
    font-size: 16px;
    border-radius: 2em;
    background: none;
    border: 1px solid #f02930;
    color: #999;
}

/*新闻资讯*/
.news1 {
    padding: 30px 0;
}

.news1 #myTab {
    background: #eee;
    padding-left: 20px;
}

.news1 #myTab li a {
    color: #555;
    font-size: 16px;
    padding: 15px 20px;
}

.news1 #myTab li a:hover {
    background-color: #d42b2b !important;
    color: #fff;
}

.news1 #myTab .active a {
    background-color: #d42b2b !important;
    color: #fff;
}

.news1 #myTabContent ul li {
    list-style: none;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}

.news1 #myTabContent ul li i {
    padding-right: 10px;
}

.news1 #myTabContent ul li a {
    color: #555;
    font-size: 16px;
}

.news1 #myTabContent ul li a:hover {
    color: red;
}

.news1 #myTabContent ul li span {
    float: right;
}

/*新闻详情页*/
.news-desc {
    padding: 10px 0 30px 0;
}

.newsdesc-name {
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.news-desc-1 {
    padding: 0 30px;
}

.shangxieye {
    margin-top: 20px;
}

.news-desc-1 p {
    text-indent: 2em;
    margin-bottom: 0;
    line-height: 25px;
}

.news-desc-1 img {
    margin: 0 auto;
    width: 500px;
}

/*合作伙伴*/
.application .partner-title h3 {
    line-height: 30px;
    color: #f14949;
}

.application .partner-title h3 span {
    padding-left: 2em;
}

.application .partner-item {
    margin: 10px 0;
    text-align: center;
}

.application .partner-item .partnerimg {
    width: 202px;
    height: 82px;
    text-align: center;
    overflow: hidden;
    margin: auto;
}

.application .partner-item img {
    border: 1px solid #ccc;
    overflow: hidden;
    transition: 0.5s;
    display: block;
}

.application .partner-item img:hover {
    transform: scale(1.2);
}

/*联系我们*/
.contact-1 h3 i, .map h3 i, .content-2 h3 i {
    padding-right: 10px;
    color: red;
}

.contact-1 h4 {
    margin-top: 15px;
}

.contact-1 p {
    color: #777;
    padding-left: 20px;
}

.content-2 .message .col-md-6 input {
    padding: 10px 0;
    width: 80%;
    margin-bottom: 10px;
    padding-left: 10px;
}

.content-2 .col-md-12 input {
    /*  width: 90.5%;*/
    padding: 10px 0;
    margin-bottom: 10px;
    padding-left: 10px;
}

.content-2 textarea {
    width: 90.5%;
}

.content-2 .messagebtn {
    width: 90.5%;
    margin-top: 10px;
    text-align: center;
}

.content-2 .messagebtn .tijiao {
    padding: 10px 15px;
    border: 1px solid #ccc;
    color: #fff;
    background: red;
}

.tijiao {
    padding: 10px 15px !important;
    border: 1px solid #ccc;
    color: #fff;
    background: red;
}

.chongzhi {
    padding: 10px 15px !important;
}

.content-2 .messagebtn .tijiao:hover {
    border: 1px solid red;
    color: #333;
    background: #fff;
}

.tijiao:hover {
    border: 1px solid red;
    color: #333;
    background: #fff;
}

.content-2 .messagebtn .chongzhi:hover {
    border: 1px solid red;
    color: #333;
    background: #fff;
}

.chongzhi:hover {
    border: 1px solid red;
    color: #333;
    background: #fff;
}

.content-2 .messagebtn .chongzhi {
    padding: 10px 15px;
    border: 1px solid #ccc;
    color: #fff;
    background: red;
}

.chongzhi {
    padding: 10px 15px;
    border: 1px solid #ccc;
    color: #fff;
    background: red;
}

.content-2 img {
    margin: auto;
}

.content-2 .weixin {
    margin-top: 20px;
    height: 300px
}

.contact-3 h3 {
    text-indent: 2em;
    line-height: 30px;
    font-size: 20px;
}

.map {
    margin-bottom: 20px;
    margin-top: 20px;
}

/*优点页*/
.youdian-left {
    margin-top: 20px;
}

.yd-list .yd-title h3 {
    padding: 10px 0 10px 0;
    margin-top: 0px;
}

.yd-list .yd-title {
    background: #d8251e;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.yd-list {
    background: #ececec;
    padding: 0 0 20px 0;
    margin-bottom: 10px;
}

.yd-list1 ul li {
    border-bottom: 1px solid #ccc;
}

.yd-list ul li {
    list-style: none;
    padding: 6px 0;
    padding-left: 20px;
}

.yd-list ul li a {
    color: #555;
}

.youdian-right {
    margin-top: 20px;
}

.youdian-right .yd-content1 {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.youdian-right .yd-content1 .yd-img {
    text-align: center;
    vertical-align: middle;
}

.youdian-right .yd-content1 .yd-img h3 {
    color: red;
    font-size: 30px;
}

.youdian-right .yd-content1 .yd-desc ul li {
    list-style: none;
    padding: 5px 0;
}

.youdian-right .yd-content1 .yd-desc p:nth-child(1) {
    font-size:
}

.youdian-right .yd-content1:nth-child(2) {
    margin-top: 20px;
}

.youdian-right .yd-content1 .yd-lz h3 {
    color: red;
}

.youdian-right .yd-content1 .yd-lz p {
    line-height: 25px;
}

/*.xuanxing-right table tr td {
    text-align: center;
}*/

.product-right .yd-content1 {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.product-right .yd-content1 .yd-img {
    text-align: center;
    vertical-align: middle;
}

.product-right .yd-content1 .yd-img h3 {
    color: red;
    font-size: 30px;
}

.product-right .yd-content1 .yd-desc ul li {
    list-style: none;
    padding: 5px 0;
}

.product-right .yd-content1 .yd-desc p:nth-child(1) {
    font-size:
}

.product-right .yd-content1:nth-child(2) {
    margin-top: 20px;
}

.product-right .yd-content1 .yd-lz h3 {
    color: red;
}

.product-right .yd-content1 .yd-lz p {
    line-height: 25px;
}

/*产品选型*/
.product-left {
    margin-top: 20px;
}

.product-left .yd-list1 .active {
    background: #ccc;
}

.product-left .yd-list1 .active a {
    color: red;
}

.xuanxing-right {
    margin-top: 20px;
    margin-bottom: 20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: red !important;
    border: 1px solid red !important;
    border-bottom-color: transparent;
}

.xuanxing-right table tbody .bz {
    width: 892px;
    height: 300px;
}

.xuanxing-right #myTab {
    margin-top: 20px;
}

.xuanxing-right #myTab .active {
    background: red !important;
}

.xuanxing-right #myTab .active a {
    color: #fff;
}

.xuanxing-right #myTab li a {
    color: #555;
}

.xuanxing-right #myTabContent {
    border: 1px solid #ccc;
}

.xuanxing-right #myTabContent #ios {
    padding: 10px;
}

.xuanxing-right #myTabContent #ios h3 {
    color: red;
}

.xuanxing-right #myTabContent #and p {
    text-align: center;
    margin-bottom: 20px;
}

.xuanxing-right #myTabContent #and img {
    margin: 0 auto;
}

/*四个底部按钮*/
.navbar-fixed-bottom {
    bottom: -7px !important;
}

.navbar-fixed-bottom .db-nav {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
    display: none;
    bottom: 0;
}

.db_bottom {
    margin: 0 !important;
    display: block;
    padding: 0;
    box-shadow: #333 3px 3px 20px;
    height: 60px !important;
}

.db_bottom li {
    text-align: center;
    background-color: #fff;
    padding: 0px;
    border-right: 1px #ccc dashed;
    list-style: none;
    width: 25% !important;
}

.db-biankuang {
    border-right: none !important;
}

.db_bottom li a:hover {
    text-decoration: none;
}

.db_bottom li a {
    display: block;
    font-size: 16px;
    color: #666;
    padding: 5px 0;
    bottom: 0;
}

.db_bottom li span {
    display: block;
    color: #666;
    font-size: 16px;
    padding: 4px 0;
}

.lianxi-biaoti {
    color: #333;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px red solid;
}

.lianxi-tanchu {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.lianxi-tanchu h5 {
    padding: 15px !important;
    width: 200px;
    background-color: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -140px;
    margin-left: -100px;
}

.lianxi-tanchu h5 a { /*text-align: left; */
    color: red;
    letter-spacing: 1px;
}

.lianxi-tanchu h5 p {
    margin-bottom: 0 !important;
    padding-top: 5px;
}

.lianxi-tanchu h5 a span {
    font-weight: 400;
}

.lianxi-tanchu h5 a .kf {
    display: inline-block;
    padding-left: 65px;
}

.news-desc-1 img {
    width: 80% !important;
    height: auto !important;
}

* {
    -webkit-touch-callout: none; /*系统默认菜单被禁用*/
    -webkit-user-select: none; /*webkit浏览器*/
    -khtml-user-select: none; /*早期浏览器*/
    -moz-user-select: none; /*火狐*/
    -ms-user-select: none; /*IE10*/
    user-select: none;
}

.features-icon img {
    max-width: 100%;
}
