body{
    margin: 0;
    padding: 0;
    font-family: '微软雅黑', 'microsoft yahei';
    font-size: 15px;
    line-height: 1.5;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    color: #33333;
    width: 100%;
    height: 100%;
    background: #f9f9fa;
  }
a{
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  }
a {
    color: #352626;
}
a:hover {
    color: #d22e2e;
} 
.cp-right {
    padding-right: 0px !important;
} 
/*面包屑*/
.Breadcrumbs{
  border-bottom: 1px solid #ececec;
  line-height: 45px;
  margin-bottom: 20px;
}
/*关于我们顶部栏目分类*/
.leftNav{
  text-align: center;
}
.com-default{
  display: inline-block;
  background:transparent;
  border: 0;  
}
.com-default .com-navbar > li{
  margin:0px 10px;
  font-size: 16px;
}
.com-default .com-navbar > .nav-active > a, 
.com-default .com-navbar > .nav-active > a:hover,
.com-default .com-navbar > li > a:hover
{
  background: #d22e2e;
  border-radius: 3px;
  color: #fff;
}
/*内容样式*/
.info-detail{
  font-size: 16px;
  line-height: 2;
}
/*分左右侧的左侧样式*/
.cp-default{
  background: transparent;
  border: 0;
  border-radius: 0px;
  background: #fff;
}
.navbar-default .cp-header{
  width: 100%;
  float: none;
}
.navbar-default .cp-title{
  font-size: 16px;
  margin-bottom:10px;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 0px;
  width: 100%;
  background: #d22e2e;
  text-indent: 20px;
}
.cp-default .navbar-collapse{
  padding:0px 0px;
}
.cp-default .cp-navbar {
  float: none;
  width: 90%;
  margin: 0px auto;
  margin-bottom: 20px;
}
.cp-default .cp-navbar > li{
  margin:0px 0px;
  font-size: 16px;
  width: 100%;
  float: none;
  border-bottom: 1px solid #e6ebed;
}
.cp-default .cp-navbar > .nav-active > a, 
.cp-default .cp-navbar > .nav-active > a:hover,
.cp-default .cp-navbar > li > a:hover
{
  border-radius: 0px;
  color: #d22e2e;
}
.cp-default .cp-navbar > li > a:after {   
    font-family: 'Glyphicons Halflings';
    position: absolute;
    content: "\e258";
    right: 0;
    color: #a7a7a7;
}

.dropmenu {
    width: 100%;    
    background-color: #f2f2f2;
    text-indent: 25px;
    font-size: 14px;
    color: #474747;
    display: none;
}
.dropmenu li {
    padding: 10px 0;    
    line-height: 1.8;
    border-bottom: 1px solid #fff;
}
.cp-default .cp-navbar > .nav-active .dropmenu{
  display: block;
}
.dropmenu .nav-active
{
  border-radius: 0px;
  color: #d22e2e;
}
/*新闻列表*/
.newslist .entry-item {
    margin-bottom: 7%;
    position: relative;
}
.newslist .entry {
    box-shadow: 0 1px 1px rgba(54, 58, 65, 0.07);
    -webkit-box-shadow: 0 1px 1px rgba(54, 58, 65, 0.07);
    border-bottom: 2px solid #d22e2e;
    background-color: #fff;
    padding: 30px 3.5% 40px;
    position: relative;
}
.newslist .entry-title {
    font-size: 20px;
}
.newslist .entry-title a {
    color: #121212;
}
.newslist .entry-title a:hover {
    color: #d22e2e;
}
.entry-meta {
    margin: 20px 0;
}
.entry-meta li, .entry-meta li a {
    color: #bbb;
    display: inline-block;
    font-size: 13px;
    white-space: nowrap;
}
.entry-meta li i {
    color: #bbbbbb;
    margin-right: 8px;
    font-size: 13px;
}
.entry-meta li:before {
    content: "/";
    opacity: 0.5;
    margin: 0 7px;
}
.newslist .entry-content a.btn {
    margin-top: 10px;
    margin-left: 15px;
}
.btn.btn-stroke {
    color: #121212;
    border: 2px solid #edf0f0;
    background-color: transparent;
}
.btn-md {
    font-size: 12px;
    padding: 0 27px;
    line-height: 40px;
}
.btn.btn-stroke:hover{
  background-color: #d22e2e;
  color: #fff;
}
/*应用领域列表*/
.app-detail{
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.app-detail .app-con{
  background: #e6e7e8;
  padding: 15px;
}
.app-detail .product-img img{
  width: 100%;
  max-height: 365px;
}
.app-detail .app-name {
    width: 100%;
    line-height: 60px;     
    margin: 0px;
    color: #d22e2e;
    font-size: 30px;
    font-weight: bolder;
}
/*产品列表*/
.secondNav{
  text-align: right;
}
.secondNav span{
  font-size: 26px;
  font-weight: bolder;
  float: left;
}
.secondNav a{
  border-right: 1px solid #dfdfdf;
  margin-left: 10px;
  font-size: 18px;
  padding: 0px 10px;
  display: inline-block;
}
.secondNav a.active{
  color: #123aa1;
}
.product-detail{
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  margin-bottom: 20px;
}
.product-detail .product-img{  
  background: #f6f6f6;
  text-align: center;
}
.product-detail .product-img img{
  max-width: 100%;
}
.product-detail .product-name {
    width: 100%;    
    height: 45px;
    line-height: 45px; 
    margin: 0px;
    text-align: center;
    color: #313131;
    font-size: 16px;
}
.product-detail:hover {       
    box-shadow: 1px 0px 35px #e2e2e2;
}