/*nav bar*/
.navbar.theme {
  background-color: #006666;
  border-radius: 0;
  font-size: 18px;
  min-height: 40px;
  box-shadow: none;
  margin-bottom: 0px;
}
.navbar.theme .nav li.dropdown {
  text-align: center;
}
.navbar.theme .nav li.dropdown.thin .dropdown-toggle {
  width: 160px;
}
.navbar.theme .dropdown-menu li > p {
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 3px 10px 3px 35px;
  font-weight: bold;
}
.navbar.theme .dropdown-menu .nav>li {
  float: left;
}
.navbar.theme .dropdown-menu .nav>li>a {
  line-height: 25px;
  padding: 0 5px 0 0;
}
.navbar.theme .dropdown-menu .nav {
  padding: 3px 20px;
}
.navbar.theme .dropdown-menu li>p {
  margin-bottom: 0;
}
.navbar.theme .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar.theme .nav li.dropdown {
  text-align: center;
}
.navbar.theme .navbar-nav>.active>a, .navbar.theme .navbar-nav>.active>a:hover, .navbar.theme .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #ff7373;
}
.navbar.theme .navbar-nav>li>a:hover, .navbar.theme .navbar-nav>li>a:focus {
  color: #fff;
  background-color: #022020;
}
.navbar.theme .navbar-nav>li>a {
  color:white;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/*dropdown menu*/
.dropdown-menu > li > a > h4 {
  color: #727070;
  text-align: center;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.navbar-primary-p-1 {
  background-image: url('/resources/images_new/nav_1_1.png');
}
.navbar-primary-p-2 {
  background-image: url('/resources/images_new/nav_1_2.png');
}
.navbar-primary-p-3 {
  background-image: url('/resources/images_new/nav_1_3.png');
}
.navbar-primary-p-4 {
  background-image: url('/resources/images_new/nav_1_4.png');
}
.navbar-primary-p-5 {
  background-image: url('/resources/images_new/nav_1_5.png');
}
.hot > a {
  color: #ff4201;
}
.navbar-nav > li.dropdown.open > a {
  color: #fff;
  background-color: #022020;
}
.navbar-nav .dropdown-menu > li > a:hover > h4 {
  color: #e1472f;
}
/*company main*/
body {
  background-color: #022020;
}
[data-toggle="slide"] {
  cursor: pointer;
}
.company-banner {
  height: 210px;
  background-color: #00b2b2;
  background-image: url("/resources/images/theme/classic/company_banner_bg.png");
  background-repeat: no-repeat;
  background-position: 56%  0;
  color:#fff;
  margin-bottom: 10px;
  overflow: hidden;
  padding-top: 40px;
}
.company-banner h1 {
  font-size: 32px;
  line-height: 40px;
  text-shadow: 3px 3px 10px #000;
  margin-top: 0px;
  margin-bottom: 0px;
}
.company-banner .contanct-phone h3{
  font-size: 18px;
}
.company-banner .contanct-phone p {
  text-indent: 2em;
  font-size: 16px;
}
.company-main {
  min-height: 300px;
}
.company-main h4 {
  color: #00b2b2;
  border-bottom: 1px solid #efefef;
  margin-top: 0;
  line-height: 40px;
}
.company-main h4>a{
  font-size: 12px;
}
.company-main .col-sm-9,.company-main .col-sm-3 {
  padding-left: 5px;
  padding-right: 5px;
}
.company-main-leftdiv, .company-main-rightdiv {
  background-color: white;
  min-height: 200px;
  border-top: 5px solid #00b2b2;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0 15px 15px;
}
.company-main-rightdiv {
   border-top-color: #ff7373;
 }
.company-main-rightdiv.company-details {
  overflow: visible;
}
.business-info-more {
  right:0;
}
 .company-intro, .company-details{
  font-size: 14px;
  color: #858585;
}
.company-intro p {
  text-indent:2em;
  line-height: 1.7;
  margin-top: 10px;
}
.company-intro p>a {
  text-decoration: underline;
  font-size: small;
}
.company-details-name {
  position: relative;
  line-height: 35px;
  font-size: 16px;
  padding-left: 50px;
}
.company-details-name:before {
  content: '';
  width: 30px;
  height: 35px;
  display: block;
  background-image: url("/resources/images/company_cert.png");
  background-size: 30px 35px;
  position: absolute;
  left: 15px;
}
.company-license p,.company-aptitude p{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin-bottom: 0;
}
.company-honor ul>li {
  vertical-align: top;
  width: 25%;
  margin: -2px;
  padding: 10px;
}
.company-honor ul>li p {
  text-align: center;
  overflow: hidden;
  line-height: 30px;
  height: 30px;
  margin-bottom: 0px;
  text-overflow: ellipsis;
  white-space:nowrap;
}
.company-success-case .row {
  margin: 20px;
  padding:20px;
  border: 1px solid #ccc;
  word-wrap:break-word;
  table-layout:fixed;
  overflow:hidden;
  word-break: break-all;
}
.company-success-case .company-success-case-pic {
  background-image: url("/resources/images_new/company_photo_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 10px;
  padding-left: 7px;
  margin: 0 auto 10px;
  width: 214px;
  height: 163px;
}
.company-success-case .company-success-case-pic>a{
  display: block;
  width: 200px;
  height: 145px;
  overflow: hidden;
}
.company-success-case  .company-success-case-pic>a img {
  width: 200px;
  min-height: 145px;
}
/*覆盖的商品列表页样式*/
.nav-path {
  margin-top: 10px;
}
.company-main-leftdiv .product-list {
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .company-main-leftdiv .product-list {
    width: 33%;
  }
}
@media screen and (max-width: 991px) {
  .company-main-leftdiv .product-list {
    width: 33%;
  }
  .company-main-leftdiv .product-show {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .company-main-leftdiv .product-list {
    width: 50%;
    padding:0;
  }
  .company-main-leftdiv .product-show {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
}
.product-show:hover {
  border-color: #ff7373;
}
p.product-price a:link, p.product-price a:visited {
  color: #ff7373;
}
p.product-information a:link, p.product-information a:visited {
  color: #00b2b2;
  line-height: 20px;
  max-height: 40px;
}

/*gallery stlye*/
.carousel-inner .item img {
    display: inline-block;
}

.carousel-inner .item {
    text-align: center;
}