﻿/*swiper*/

.swiper-pagination-bullet-active {
    background: #bd3823;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: unset;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 25px;
}
.swiper-container{}
/*bootstrap*/

a {
    color: #212529;
}
a:hover{
    color:#bd3823;
}
.bg-light {
    background: white!important;
}
.navbar-brand img {
   height:80px;
}
.tw {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #23162f;
    color: white!important;
}
.navbar-light .navbar-nav .nav-link{color:#000;}
.dropdown {
    transition: all .3s;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown:hover {
    background: #23162f;
}
.dropdown:hover>a {
    color: white!important;
}
.dropdown-toggle::after {
    display: none;
}
.nav li {
    padding: 5px 15px;
}
/*.head .nav-tel {position:absolute;right:320px;top:0px;}
.head .nav-tel a{color:#ab3620!important;font-weight:bold;    font-size: 1.3rem;
    margin-top: 2px;
    padding-top: 0px;}*/
.nav li a {
    font-size: 1.2rem;
}
/*head*/

.head {
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #ccc;
}
.navbar-collapse {
    position: relative;
    padding-top: 50px;
}
.navbar-collapse .top_tel{
    position:absolute;
    top:0px;
    left:180px;
    font-size:1.5rem;
}
.navbar-collapse .top_tel strong{color:#be3821;}
.navbar-collapse .language {
    position: absolute;
    top: 0px;
    right: 40px;
}
.navbar-collapse .language h6 {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 1.2rem;
}
.navbar-collapse .language .selectList {
    border: 1px solid #ccc;
    border-top: 0px;
    padding: 5px 10px 10px;
    float: right;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #bd3823;
    box-shadow: 0px -1px 12px #333;
}
.navbar-collapse .language a {
    color: white;
    padding: 0px 5px;
    position: relative;
}
.navbar-collapse .language a:before {
    content: "";
    display: block;
    width: 24px;
    height: 16px;
    position: absolute;
}
.navbar-collapse .language a:first-child {
    border-right: 1px solid #ccc;
    padding-right: 35px;
}
.navbar-collapse .language a:first-child:before {
    margin-right: 5px;
    top: 2px;
    right: 0px;
    background: url(../images/chinese.png);
}
.navbar-collapse .language a:last-child {
    padding-left: 30px;
}
.navbar-collapse .language a:last-child:before {
    background: url(../images/english.png);
    top: 2px;
    left: 0px;
}
/*foot*/

.foot {
    background:#c3c3c3;
    border-top:1px solid #f1f1f1;
    color:#000;
}
.foot .copyright {
    line-height: 2;
    padding: 10px 0px;
}
.foot .bm-nav {
    border-bottom: 1px solid #999;
    padding-top: 20px;
}
.foot .bm-nav .qrcode{    text-align: center;
    line-height: 2;}
    .foot .bm-nav .qrcode p{margin-bottom:0px;}
    .foot .bm-nav .bm-infomation{line-height:2;}
.foot .bm-nav ul li div a {
    color: #2b2b2b;
    display: block;
    line-height: 2;
}
.foot .bm-nav .bm-infomation span {
    display: block;
    text-align: left;
}
/*index main*/

.index_main{padding: 30px 0px;}
.index_main p{margin-bottom:0px;}
.index_main .headline{font-weight:bold;margin-bottom:10px;border-bottom:1px solid #ccc;line-height:2;}
.index_main .index_about {
    line-height: 1.8;
}
.index_main .index_news ul  li{line-height:2;}
.index_main .index_news ul .index_news_list{padding:5px 0px;border-bottom:1px solid #e5e5e5;}
.title {
    margin: 15px 0px;
    position:relative;
    color:#666;
}
.title i:before{content:"";
 display:block;
   position:absolute;

       top: -17px;
    left: -120px;
    width: 55px;
    height: 1px;
    overflow: hidden;
    background-color: #ccc;

}
.title i:after{content:"";
    position:absolute;
    top:-17px;
   right:-120px;
     display:block;
    width: 55px;
    height: 1px;
    overflow: hidden;
    background-color: #ccc;}
.title i{display:block;width:40px;height:2px;background:#bd3823;margin:10px auto 0px;position:relative;}
.index_about p {
    text-indent: 2rem;
}



.index_pro ul li img{border:1px solid #ccc;transition:all .3s;}
.index_pro ul li p{line-height:30px;margin-bottom:0px;}
.index_pro ul li:hover img{transform:scale(1.1);}
/**/
.bm-infomation span {
    margin: 0px 5px;
}


.recommend{padding:30px 0px;    background: #f1f1f1;}
.recommend .swiper-slide{text-align:center;line-height:2;}
/* shareBar*/
.shareBar{width:175px;height:280px;padding:10px;color:white;background:#ccc;background-color: #000000b3;background-color:rgb(0,0,0,0.7);background:url(../images/services.jpg);}
.shareBar p{margin:10px 0px;text-align:center;overflow:hidden;}
.shareBar p a{background:#bd3821 url(../images/back.jpg) no-repeat center 0px; display:block;float:left;width:48%; -webkit-transition: all 0.2s ease-in-out 0.01s;-moz-transition: all 0.2s ease-in-out 0.01s;
    -o-transition: all 0.2s ease-in-out 0.01s;
    -ms-transition: all 0.2s ease-in-out 0.01s;
    transition: all 0.2s ease-in-out 0.01s;
height:52px;}
.shareBar p a:last-child{float:right;}
.shareBar p a{background:#bd3821 url(../images/back2.jpg) no-repeat center 0px;}

.shareBar p a:hover{background:#bd3821 url(../images/back.jpg) no-repeat center -52px;   
    }
.shareBar p a:hover{background:#bd3821 url(../images/back2.jpg) no-repeat center -52px;}
.shareBar p a:first-child{margin-right:4%;}
.shareBar p a img{padding:10px;}
.shareBar .space{margin-top:150px;}
.shareBar{left:unset;top:23%;right:20px;}

.wechat-back,.qqchat-back{
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:999999999;
}
.wechat-back .back,.qqchat-back .back{
    position:absolute;
    width:100%;
    height:100%;
    background: #000;
    filter: alpha(Opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.imgBox{
    background: #fff;
    width: 750px;
    margin: 0 auto;
    overflow: hidden;
    top:200px;
    border-radius: 15px;
    z-index:10000;
    position:relative;
    box-shadow: 0px 1px 5px #000;
}
.imgBox img{max-width:300px;}
.imgBox .text{padding:25px 0px;}
.imgBox .text h2{margin-bottom:30px;}
.imgBox .closeBox{position:absolute;top:15px;right:30px;z-index:10000;}
.imgBox .closeBox i{position:relative;}
.imgBox .closeBox:after{content:"";position:absolute;width:20px;height:2px;background:#bd3823;display:block;transform:rotate(130deg);}
.imgBox .closeBox:before{content:"";position:absolute;width:20px;height:2px;background:#bd3823;display:block;transform:rotate(-130deg);}
 .imgBox .closeBox:hover{cursor:pointer;}
/*products*/

.Products {
    margin: 20px 0px;
}
.Products .proMenu .online_message{position:relative;}
.Products .proMenu .online_message .online_message_text{position:absolute;text-align:center;width:100%;top:35%;left:0px;font-size:2rem;color:white;}
.siteNav {
    background: #231631;
}
.breadcrumb {
    background: unset;
}
.breadcrumb li a {
    color: #999;
}
.breadcrumb-item.active {
    color: white;
}
.breadcrumb li {
    color: white;
}
.proList .row li {
    overflow: hidden;
}
.proList .row li a p {
    line-height: 2;
    margin-top: 10px;
    color: #333;
    transition: all .3s;
}
.proList .row li a img {
    transition: all .1s;
        border: 1px solid #ccc;
}
.proList .row li:hover a {
    text-decoration: unset;
}
.proList .row li:hover a p {
    color: #bd3823;
}
.proList .row li:hover a img {
    transform: scale(1.1);
}


/*pro-con*/

.proCon h3 {
    margin-bottom: 20px;
}
.proCon .con {
    line-height: 2;
}
.proCon .img{border:1px solid #ccc;    text-align: center;}
.proCon .img img{max-width:300px;}
.proCon .con img{max-width:100%;margin:5px 0px;}
.proCon .contact p i {
    margin-right: 5px;
}
.proCon .contact .wechat{position:relative;}
.proCon .contact .wechat .wechat-img{position:absolute;top:0px;left:50%;width:120px;height:120px;background:#ccc;transition: all .5s;display:none;opacity:0;}
.proCon .contact .wechat:hover .wechat-img{display:block;opacity:1;}
.bshare-custom{margin-top:20px;}
 .proCon .con-title {
    border-bottom: 1px solid #ccc;
    font: bold 1.4rem/2 "微软雅黑";
}
/*bootstrap proMenu*/

.list-group-item.active {
    background: #bd3823;
    border-color: #bd3823;
    font-size: 1.5rem;
}
.proMenu ul li a {
    color: #333;
}
/*page*/

.page-item.active .page-link {
    background: #23162f;
    border-color: #23162f;
}
.page-link {
    color: #23162f;
}

/*page*/

.page {
    margin: 30px 0px;
}
.page h3 {
    margin-bottom: 20px;
}
.page .con {
    text-indent: 2rem;
    line-height: 2;
    margin-bottom: 20px;
}
/*download*/
.download .downloadList ul li a p{line-height:35px;border-bottom:1px solid #ccc;}
/*news*/
.news .newsList ul li{margin-bottom:30px;}
.news .newsCon{margin:10px 0px;}
.news .newsCon .con{margin:20px 0px;}
.message .messageBox h5{margin-bottom:20px;}

/*message*/
.message .messageBox{}
.btn-primary{background:#bd3823;border-color:#bd3823;}
@media only screen and (max-width:768px) {
    .shareBar{display:none;}
    .navbar-collapse {
        border-top: 1px solid #ccc;
    }
    .dropdown:hover>.dropdown-menu {
        display: none
    }
    .navbar-collapse .language {
        right: 0px;
    }
    /*products*/
    .proMenu {
        margin-bottom: 20px;
    }
    .list-group-item {
        display: none;
    }
    .list-group-item.active {
        display: block;
    }


    .message .messageBox{margin:20px 0px;}


    .index_about .row .box{width:100%;margin-bottom:20px;margin-right:0px;}
    .list-group{margin-bottom:20px;}
}



.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}