﻿@charset "utf-8";
/*轮播*/
#home_slide .item-image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
#home_slide .item-image img {
  width: 100%;
}
/*mobile min-num 768px*/
@media screen and (min-width: 768px) {
  #home_slide .item-image {
    height: 410px;
  }
  #home_slide .item-image img {
    display: none;
  }
}
/*scroll banner*/
.c-hero-m-aside{
    display: none;
}
/*mobile max-num 1000px*/
@media screen and (max-width: 1000px){
   .c-hero-m-aside {
    position: relative;
    display: block;
    padding: 10px 17px 10px 20px;
    min-height: 35px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f7f8fa;
    font-size: 16px;
    line-height: 35px;
    } 
    .c-hero-m-aside a {
    display: block;
    color: inherit;
    font-size: 14px;
    }
}
/*重要特色产品*/
#features {
 padding-top: 40px;
  padding-bottom: 40px;
}

#features a {
  color: #666;
  text-decoration: none;
}
#features .media {
    display: table-cell;
    padding:15px 5px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
#features .media:hover{
    background: #fff;
}
.media-left{
    padding-top: 10px;
}
.home-events-box-item i {
    width: 60px;
    height: 60px;
}
#features .media i img{
    width: 60px;
    height: 60px;
}
#features .media.br-none{
    border-right: none;
}
#features a .media-body {
    position: relative;
}
.media-body span{
    position: relative;
    display: block;
}
.media-heading{
    padding: 12px 0;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
}
.media-heading:hover{
    color: #0168bf;
}
.media-heading:after{
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #00a4ff;
    left: 0;
    bottom: 0;
}

/*产品*/
.c-section.c-p-y-tall {
    padding: 50px 0 70px;
}
.c-section-hd {
    margin-bottom: 16px;
}
.container .c-section-tit{
    text-align: center;
    font-size: 28px;
    color: #000;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 20px;
    font-weight: 400;
    line-height: 1.5;
}
/*产品列表 */
#products {
  background-color: #f0f0f0;
  padding: 40px 0;
}

#products .nav-tabs {
  border-bottom: 1px solid #c0c0c0;
  padding-left: 20px;
}

#products .nav-tabs li a {
  color: #444;
  font-size: 16px;
}

#products .nav-tabs .active a {
  border: none;
  background-color: transparent;
  border-bottom: 4px solid #e9232c;
}

.touch-scroll {}

#products .tab-content {}

#products .tab-content .tab-pane {
  margin-top: 20px;
}

.panel-product {
  border-color: #fff;
  border-radius: 0;
  padding: 0;
  background-color: #fff;
  margin-bottom: 25px;
  box-shadow: 1px 1px 5px #c0c0c0;
  color: #555;
}

/*bootstrap扩展*/

.panel-product.active {
/*  background-color: #e9232c;
  border-color: #e9232c;*/
  color: #fff;
  position: relative;
}

.panel-product.active::before {
  content: "\e915";
  position: absolute;
  font-family: weijinsuo;
  color: #fff;
  font-size: 33px;
  font-weight: 100;
  top: -8px;
  left: -1px;
}

.panel-product.state-1,
.panel-product.state-2,
.panel-product.state-3,
.panel-product.state-4 {
  background-color: #e0e0e0;
}

.panel-product.state-1::after,
.panel-product.state-2::after,
.panel-product.state-3::after,
.panel-product.state-4::after {
  font-family: weijinsuo;
  font-size: 100px;
  color: #e9232c;
  position: absolute;
  top: 10px;
  right: 130px;
}

.panel-product.state-1::after {
  content: "\e925";
}

.panel-product.state-2::after {
  content: "\e926";
}

.panel-product.state-3::after {
  content: "\e927";
}

.panel-product.state-4::after {
  content: "\e928";
}

.panel-product .panel-heading {
  height: 150px;
  float: right;
  width: 120px;
  padding: 45px 0 35px;
  text-align: center;
  border-left: 1px dashed #c0c0c0;
  position: relative;
}

.panel-product .panel-heading .tooltips {
  width: 100%;
  height: 18px;
  top: 20px;
  position: absolute;
}

.panel-product .panel-heading .tooltips span {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid;
  padding: 2px;
}

.panel-product .panel-heading .tooltips span.primary {
  border-color: #e9232c;
  color: #e9232c;
}

.panel-product .panel-heading .tooltips span.secondary {
  border-color: #399;
  color: #399;
}

.panel-product .panel-heading .tooltips span.tertiary {
  border-color: #ccc;
  color: #ccc;
}

.panel-product .panel-heading strong {
  color: #e9232c;
  font-size: 36px
}

.panel-product.active .panel-heading strong,
.panel-product.active .panel-heading sub {
  color: #fff;
}

.panel-product .panel-heading::before {
  background-color: #f0f0f0;
  border-radius: 7px;
  content: ' ';
  display: block;
  height: 14px;
  position: absolute;
  top: -7px;
  left: -7px;
  width: 14px;
}

.panel-product .panel-heading::after {
  background-color: #f0f0f0;
  border-radius: 7px;
  content: ' ';
  display: block;
  height: 14px;
  position: absolute;
  bottom: -7px;
  left: -7px;
  width: 14px;
  box-shadow: 0 2px 2px #c0c0c0 inset;
}

.panel-product .panel-heading sub {
  color: #e9232c;
}

.panel-product .panel-heading span {
  font-size: 10px
}

.panel-product .panel-body {
  height: 150px;
  margin-right: 120px;
}

.panel-product .panel-body h5 {
  font-size: 16px;
  margin-top: 0;
}

.panel-product .panel-body dt {
  font-size: 10px;
  color: #c0c0c0;
}

.panel-product .panel-body dd {
  font-size: 16px;
  margin-bottom: 5px;
}
/*产品列表end*/
 /*媒体查询*/
 @media screen and (max-width: 600px){
  .home-product-mod.c-p-y-tall {
      border-bottom: none;
  }
}
@media screen and (max-width: 600px){
  .c-section.c-p-y-tall {
    padding: 30px 0 0;
  }
}

@media screen and (max-width: 768px){
  .c-section.c-p-y-tall {
    padding: 45px 0 50px;
  }
}

@media screen and (max-height: 769px){
  .c-section.c-p-y-tall {
    padding: 45px 10px 50px;
  }
}

@media screen and (max-width: 1367px){
  .c-section.c-p-y-tall {
    padding: 45px 10px 50px;
  }
}
@media screen and (max-height: 769px){
  .c-section.c-p-y-tall {
      padding: 45px 10px 50px;
  }
}
@media screen and (max-width: 600px){
.c-section {
    border-bottom: 1px solid #e5e5e5;
}
}

@media screen and (max-width: 600px){
  .c-section-inner {
    padding: 0;
  }
}
@media screen and (max-width: 1000px){
  .c-section-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px){
  .home-product-mod .c-section-hd {
      margin-bottom: 0;
  }
}

@media screen and (max-height: 769px){
  .c-section-hd {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1367px){
  .c-section-hd {
    margin-bottom: 30px;
  }
}
.home-product-mod .c-section-hd {
    margin-bottom: 16px;
}
.home-product-mod .c-section-inner {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.c-section-tit {
    text-align: center;
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
}
@media screen and (max-width: 1500px){
  .c-section-tit {
    font-size: 28px;
  }
}
.c-section-tit.mobile {
    display: none;
}
@media screen and (max-width: 600px){
  .c-section-tit.mobile {
    display: block;
  }
}
.home-product-mod .c-section-tit {
    line-height: 1.1;
}
.c-section-tit.mobile {
    display: none;
}
@media screen and (max-width: 600px){
  .c-section-tit {
      font-size: 20px;
      display: none;
  }
}
@media screen and (max-height: 769px){
  .c-section-tit {
    font-size: 24px;
  }
}

@media screen and (max-width: 1367px){
  .c-section-tit {
    font-size: 24px;
  } 
}
.c-section-tit {
    text-align: center;
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
}
@media screen and (max-width: 600px){
  .c-section-tit.mobile {
    display: block;
    font-size: 20px;
  }
}
@media screen and (max-height: 769px){
  .c-section-tit {
    font-size: 24px;
  }
}

@media screen and (max-width: 1367px){
  .c-section-tit {
    font-size: 28px;
  }
}
.home-product-tab {
    padding-top: 34px;
}
@media screen and (max-width: 600px){
    .home-hidden-xs, .home-product-tab .c-tab-normal {
      display: none;
  }
}

.home-product-tab .c-tab-normal {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    font-size: 0;
    text-align: left;
}
.home-product-tab .c-tab-normal>ul {
    position: relative;
}
.home-product-tab .c-tab-simple.actived:after {
  
}
.c-tab-normal .c-tab-simple.actived:after {
    display: inline-block;
    content: "";
    height: 2px; 
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: #00a4ff;
    z-index: 1;
}
.c-tab-normal .c-tab-simple {
    display: inline-block;
    text-align: center;
    position: relative;
    border-bottom: #e5e5e5 1px solid;
}
.home-product-tab .c-tab-simple {
    width: 20%;
    outline: none;
    border-bottom: 1px solid #fff;
}

.c-tab-normal .c-tab-simple .c-tab-tit {
    display: block;
    color: #333;
    font-size: 18px;
}
.c-tab-normal .c-tab-simple a {
    display: block;
    outline: none;
    padding: 10px 30px;
    text-decoration: none;
}
@media screen and (max-width: 768px){
  .home-product-tab .c-tab-simple a {
      padding-left: 10px;
      padding-right: 10px;
  }
}
.home-product-icon img {
    width: 100%;
    height: 100%;
    display: block;
}
.home-product-icon {
    position: relative;
    width: 48px;
    outline: none;
    height: 48px;
    display: block;
    margin: 0 auto 15px;
}
@media screen and (max-width: 600px){
  .home-product-icon {
      position: absolute;
      left: 15px;
      top: 10px;
      width: 32px;
      height: 32px;
  }
}
.home-product-tab .c-tab-simple.actived .c-tab-tit {
    color: #f00;
}
@media screen and (max-width: 768px){
  .home-product-tab .c-tab-simple .c-tab-tit {
      font-size: 16px;
  }
}
.home-product-tab .c-tab-simple .c-tab-tit {
      color: #666;
}
@media screen and (max-width: 768px){
    .c-tab-normal .c-tab-simple .c-tab-tit {
        font-size: 14px;
    }
}
.c-tab-normal .c-tab-simple .c-tab-tit {
    display: block;
    color: #333;
    font-size: 18px;
}
.home-product-tab .c-tab-normal-line {
    width: 20%;
}
.c-tab-normal-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
    background-color: #00a4ff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
/*下面产品明细*/
.home-product-tab .c-tab-panel {
    background-color: #f7f8fa;
    padding: 55px 0 25px;
    overflow: hidden;
}
@media screen and (max-width: 600px){
    .home-product-tab {
        padding-top: 0;
    }
}

@media screen and (max-width: 768px){
.home-product-tab .c-tab-panel {
    padding: 35px 0 5px;
}
}
@media screen and (max-width: 600px){
.home-product-tab .c-tab-panel {
    display: block!important;
    padding: 0;
    background-color: transparent;
}
}
.home-product-list {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1180px;
    font-size: 0;
    padding-right: 30px;
}
.home-product-m-title {
    display: none;
}
@media screen and (max-width: 600px){
.home-product-list {
    display: block;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px){
  .home-product-m-title.actived {
    color: #00a4ff;
}
}

@media screen and (max-width: 600px){
    .home-product-m-title {
      display: block;
      position: relative;
      padding: 10px 15px 10px 57px;
      border-bottom: 1px solid #e5e5e5;
      font-size: 16px;
      line-height: 32px;
  }
}
@media screen and (max-width: 600px){
  .home-product-m-title:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 22px;
    width: 14px;
    height: 8px;
    background-image: url(../images/home-media9-201805220830.svg);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    background-position: 13.569999999999999% 96.37%;
    background-size: 1942.8571428571427% 3200%;
    background-repeat: no-repeat;
}
}
@media screen and (max-width: 600px){
  .home-product-m-title.actived:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background-image: url(../images/home-media9-201805220830.svg);
    background-position: 7.359999999999999% 96.37%;
    background-size: 1942.8571428571427% 3200%;
    background-repeat: no-repeat;
}
}
@media screen and (max-width: 600px){
  .home-product-m-title.actived .home-product-icon{
  }
}
/*产品下拉列表*/
@media screen and (max-width: 600px){
  .home-product-list>ul {
      padding: 10px 0;
      background-color: #f7f8fa;
      border-bottom: 1px solid #e5e5e5;
  }
}
.home-product-list>ul {
     display: none; 
}
.home-product-item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}
@media screen and (max-width: 600px){
.home-product-item {
    margin-bottom: 0;
    padding: 10px 15px;
    display: block;
    width: auto;
}
}
@media screen and (max-width: 768px){
  .home-product-item {
    padding-left: 20px;
  }
}
.home-product-item-tit {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
}
@media screen and (max-width: 600px){
  .home-product-item-tit {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.home-product-item-tit a {
    display: block;
}
.home-product-item a {
    display: block;
    color: #333;
}
@media screen and (max-width: 768px){
  .home-product-item-tit a {
    display: block;
  }

}
.home-product-item-txt {
    font-size: 14px;
    color: #999;
    line-height: 1.5;
}
@media screen and (max-width: 600px){
  .home-product-item-txt {
    font-size: 12px;
    color: #666;
  }
}
.home-product-item-txt span {
    margin-right: 5px;
}






/*我们的服务*/
#ourservers{
    padding: 20px 0;
}
.c-section-server{
    text-align: center;
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;  
}
@media screen and (max-width: 1500px){
   .c-section-server {
        font-size:30px;
    } 
}
@media screen and (max-width: 1367px){
   .c-section-server {
        font-size:28px;
    } 
}
@media screen and (max-width: 768px){
  .c-section-server {
      font-size: 20px;
  }
}
.servers-box{
    padding: 55px 0 25px;
    overflow: hidden;
}
.servers-list{
    min-height: 220px;
}
.servers-box .servers-list span{
    display:block;
    text-align: center;
}
/*.servers-box .servers-list i{
    color: #C62735;
}*/
.servers-box .servers-list h3{
    font-size: 18px;
    color: #333;
    padding: 10px 0;
    text-align: center;
}
.servers-box .servers-list h3:hover{
    color: #f00;
}
.servers-box a{
    display: block;
    font-size: 14px;
    color: #666;
}
.servers-box a:hover{
    text-decoration: none;
}
.servers-list p{
    word-break:break-all; /* 支持IE和chrome，FF不支持*/
    word-wrap:break-word; /* 以上三个浏览器均支持 */
    font-size: 14px;
}
.servers-list p:hover{
    color: #0168bf;
}
.servers-list{
    line-height: 20px;
   
}
@media screen and (max-width:768px){
    .servers-box .servers-list h3{
      font-size: 16px;
      color: #333;
      padding: 8px 0;
      text-align: center;
  }
  .servers-list p {
    word-break: break-all;
    word-wrap: break-word;
    font-size: 14px;
  }
}

/*行业新闻与动态*/
.newsGonggao{
  padding:15px 0;
}
.news_left,.news_right{
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 10px;
}
.news_left li,.news_right li{
  font-size: 14px;
  border-bottom: 1px dotted #ccc;
  line-height: 28px;
  margin-left: 20px;
  list-style: disc;
}
.news_left span,.news_right span{
  float: right;
}