a {
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.text-white {
    color: #fff;
}

.font-black {
    color: #000;
}

.font-bold {
    font-weight: bold;
}

.text-blue {
    color: #1d2088;
}

.bg-gray {
    background-color: #f5f5f5;
}

.word-break {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
}

.margin-top-fif {
    margin-top: 15px;
}

.top-tel {
    font-size: 18px;
    line-height: 90px;
}

.top-tel span {
    font-family: 'Metamorphous', cursive;
}

.language span {
    line-height: 90px;
}

.intro {
    padding: 15px
}

.company-index {
    font-size: 16px;
    line-height: 24px;
}


/*news*/

.news-time {
    overflow: hidden;
    padding: 5px;
    background-color: #1d2088;
}

.news-time p, .news-time h4 {
    margin: 0;
}

.news-intro h4 {
    margin-top: 0;
}

.month {
    line-height: 36px;
}


/*footer*/

.deepgray {
    padding-bottom: 15px;
    background-color: #535353;
}

.bg-black {
    background-color: #111;
    line-height: 24px;
}


/*about*/

.about-info {
    letter-spacing: .5px;
    line-height: 24px;
}


/*滚动产品*/

.swiper-container {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

.swiper-slide {
    position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 200px;
    text-align: center;
    background: #fff;
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    padding: 4px;
    border-radius: 4px;
}

.swiper-slide-name {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    line-height: 30px;
}


/*.product-container{
  padding: 5px;
}
.product-img{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height:200px;
  overflow: hidden;
}
.product-container img{
  vertical-align:middle;
  max-height: 200px;
}*/

.product-container {
    position: relative;
    display: table;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 200px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.product-container a {
    display: table-cell;
    width: 100%;
    height: 200px;
    vertical-align: middle;
}

.product-container a img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}


/*For IE7*/

*+html .product-container a {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    text-align: center;
}

*+html .product-container a img {
    position: relative;
    top: -50%;
    left: -50%;
}


/*For IE6*/

*html .product-container a {
    position: absolute;
    top: 51%;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

*html .product-container a img {
    position: relative;
    top: -50%;
    left: -50%;
    width: expression(this.width>200?"200px": "auto");
    height: expression(this.height>140?"140px": "auto");
}

#container {
    width: 100%;
    height: 500px;
    margin: 0px;
    font: 12px Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial;
}

.info-content {
    padding: 4px;
    color: #666666;
    line-height: 23px;
}

.info-content img {
    float: left;
    margin: 3px;
}

.info-title {
    padding: 0 0 0 6px;
    letter-spacing: 1px color: white;
    background-color: rgba(0, 155, 255, 0.8);
    font-size: 14px;
    font-weight: lighter;
    line-height: 26px;
    color: #fff;
}


/*news*/

.hvr-bounce-to-right {
    position: relative;
    display: inline-block;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    vertical-align: middle;
    color: #000;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-bounce-to-right:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    background: #e5e5e5;
}

.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    color: #000;
}

.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.news-info {
    margin-bottom: 15px;
    padding-bottom: 15px;
    letter-spacing: .5px;
    border-bottom: 1px dashed #ccc;
    font-size: 16px;
    line-height: 30px;
}

@media (min-width:1200px) {
    .nav>li>a {
        position: relative;
        display: block;
        padding: 15px 50px
    }
}

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: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
}

#list-group-active {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.news-list-main {
    margin-bottom: 15px;
    overflow: hidden;
}

.ind-news {
    margin-bottom: 15px;
}

.media-body h5 {
    font-size: 12px;
    margin: 5px 0;
}

.top-tel-num {
    /* padding-top: 20px;
     */
	 line-height:90px;
    font-size: 20px;
}

.product-style img {
    width: 100% !important;
}
.ft-c a{color:#fff;}

.fudong{position:fixed; right:0; top:50%; z-index:999;}


@media(max-width:767px){
display:none;}

.left-lx{background:#1d2088; color:#fff; padding:20px 10px; border-radius:8px;}
.left-lx a{color:#fff}

li{
	list-style: none;
}