/*nav bar*/
.navbar.theme {
  background-color: #1a191f;/*可控*/
  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: #f05745;/*可控*/
}
.navbar.theme .navbar-nav>li>a:hover, .navbar.theme .navbar-nav>li>a:focus {
  color: #fff;
  background-color: #f05745;/*可控*/
}
.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: #f05745;/*可控*/
}
.navbar-nav .dropdown-menu > li > a:hover > h4 {
  color: #e1472f;
}
/*company main*/
body {
  /*background-color: transparent;*/
}
.company-banner {
  height: 209px;
  color:#fff;
  background-color: #f05745;
  background-image: url(/resources/images_new/company_banner_bg1.png);
  background-repeat: no-repeat;
  background-position: top center;
  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-products {
  background-image: url(/resources/images_new/company_bg1.png);
}
.company-intro {
  background-image: url(/resources/images_new/company_bg.png);
  padding: 10px 0;
}
.company-intro h4,.company-products h4, .company-details h4, .company-success-case h4, .company-honor h4, .company-license h4, .company-aptitude h4, .company-album h4 {
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 60px;
}
.company-honor h4, .company-aptitude h4{
  color: #000;
}
.company-intro-img {
  background-color: white;
  position: relative;
  z-index: 1;
}
.company-intro h4 .headline {
  display: block;
  margin: 0 auto;
  height: 50px;
  width: 30%;
  line-height: 50px;
  position: relative;
  color:#fff;
}
.company-intro h4 .headline-bg {
  background-color: #f26f60;
  display: block;
  position: relative;
  z-index: 1;
}
.headline:before,.headline:after {
  content: '';
  display: block;
  height: 0px;
  width: 0px;
  border-top: solid 21px #c92210;
  border-left: solid 20px transparent;
  border-right: solid 20px #c92210;
  border-bottom: solid 21px #c92210;
  position: absolute;
  top: 15px;
  left: -30px;
}
.headline:after {
  left: inherit;
  right: -30px;
  border-left:solid 20px #c92210;
  border-right:solid 20px transparent;
}
.company-intro .row {
  margin-top: 60px;
  padding: 10px;
}
@media screen and (max-width:768px){
  .company-intro .row {
    margin-top: 0px;
  }
}
.effect {
  background-color:white;
  height:auto;
  margin:0 auto;
  position: relative;
}
.effect img {
  position: relative;
  width: 100%;
  height: 200px;
  z-index: 1;
}
.effect:before, .effect:after {
  position: absolute;
  content: "";
  left: 10px;
  height:10px;
  width: 40%;
  bottom: 12px;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 10px 20px #000;
  -moz-box-shadow: 0 10px 20px #000;
  box-shadow: 0 10px 20px #000;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.effect:after {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  right: 10px;
  left: auto;
}
.company-intro p {
  font-size: 16px;
  color: #000;
  text-indent:2em;
  line-height: 1.7;
}
 .company-intro, .company-details, .company-license {
  font-size: 14px;
  color: #858585;
}

.company-intro p>a {
  text-decoration: underline;
  font-size: small;
}
.company-details-name {
  position: relative;
  line-height: 35px;
  font-size: 30px;
}
.company-details-matrix {
  float: left;
  width: 50%;
  height: 465px;
  background-image: url("/resources/images_new/company_detail_matrix_bg.png");
  background-repeat: no-repeat;
}
.company-detail-mobile-screen {
  width: 226px;
  height: 364px;
  margin-top: 101px;
  margin-left: 179px;
  text-align: center;
  padding-top: 60px;
  font-size: 16px;
  color:white;
}
.company-details-info {
  float: left;
  color: #fff;
  font-size: 16px;
  width: 50%;
}
.company-details-info p {
  margin-bottom: 0;
}
@media screen and (max-width:768px){
  .company-details-info {
    width: 100%;
  }
  .company-details-matrix{
    background-image: none;
    width: 100%;
    height: auto;
  }
  .company-detail-mobile-screen {
    width: auto;
    height: 207px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-top: 0px;
  }
}
.company-details-badge {
  width: 240px;
  height: 36px;
  line-height: 36px;
  background-color: #514e61;
  padding-left: 30px;
  position: relative;
  margin-left: 24px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.company-details-badge:before {
  content: '';
  width: 48px;
  height: 54px;
  display: block;
  background-image: url("/resources/images/company_cert.png");
  background-size: 100% 100%;
  position: absolute;
  left: -24px;
  top: 50%;
  margin-top: -24px;
}
.company-details-badge:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-top: 18px solid transparent;
  border-left: 18px solid transparent;
  border-bottom: 18px solid #000;
  border-right: 18px solid #000;
  position: absolute;
  right: 0;
  top: 0;
}
.company-license {
    background-color: #000;
    padding-bottom: 30px;
}
.company-license p{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.company-license li {
    width: 25%;
    margin:-2px;
    text-align: center;
    vertical-align: top;
}
.company-license li>a {
    display: block;
    width: 95%;
    height: 100%;
    margin-top: 20px;
    border: 5px solid white;
}
[data-toggle="slide"] {
    cursor: pointer;
}
.company-honor {
    background-image: url(/resources/images_new/company_bg.png);
    padding-bottom: 30px;
}
.company-honor ul>li, .company-aptitude ul>li {
  vertical-align: top;
  width: 25%;
  margin: -2px;
  box-sizing: border-box;
  padding: 5px;
}
@media screen and (max-width:768px){
  .company-honor ul>li, .company-aptitude ul>li {
    padding: 1px;
  }
}
.company-honor ul>li p {
  text-align: center;
  overflow: hidden;
  line-height: 40px;
  height: 40px;
  margin-bottom: 0px;
  text-overflow: ellipsis;
  white-space:nowrap;
  background-color: rgba(255, 255, 255, 0.4);
}
.company-aptitude {
    background-image: url(/resources/images_new/company_bg.png);
    padding-bottom: 30px;
}
.company-aptitude ul>li p {
  margin-bottom: 0px;
  overflow: hidden;
  line-height: 25px;
  height: 25px;
  text-overflow: ellipsis;
  white-space:nowrap;
  background-color: white;
  padding-left: 10px;
}
.company-aptitude ul>li img{
  width: 100%;
  border-top: 5px solid #F05745;
}
.company-honor ul>li img{
  width: 100%;
  height:100%;
}
.company-success-case {
  word-wrap:break-word;
  table-layout:fixed;
  overflow:hidden;
  word-break: break-all;
  color: white;
  background-color: #f05745;
  padding-bottom: 30px;
}
.company-success-case-rahmen {
  border: 15px solid white;
  width: auto;
  max-width: 300px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  position: relative;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
}
.company-success-case-rahmen img {
  width: 100%;
  height: 100%;
}
.company-success-case-rahmen:before {
  content: '';
  display: block;
  width: 232px;
  height: 52px;
  background-image: url("/resources/images_new/rahmen_line.png");
  position: absolute;
  top:-56px;
  left: 50%;
  margin-left: -116px;
}
.company-success-case-name,.company-success-case-address {
  width: 50%;
  height: 36px;
  line-height: 36px;
  background-color: #ffd9d9;
  text-align: center;
  color: #1a191f;
  margin-bottom: 0;
  position: relative;
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width:768px){
  .company-success-case-name,.company-success-case-address {
    width: 80%;
  }
}
.company-success-case-address{
  margin-left: 10%;
  background-color: #ffbfbf;
  color: #5A5A5A;
  margin-top: 0px;
}
span.company-success-case-obliqueL {
  position: absolute;
  left: -20px;
  display: block;
  height:0px;
  width:0px;
  border-left: solid 10px transparent;
  border-top: solid 18px transparent;
  border-bottom: solid 18px #FFBFBF;
  border-right: solid 10px #FFBFBF;
}
span.company-success-case-obliqueR {
  position: absolute;
  top:0;
  right: -20px;
  display: block;
  height:0px;
  width:0px;
  border-left: solid 10px #FFBFBF;
  border-top: solid 18px #FFBFBF;
  border-bottom: solid 18px transparent;
  border-right: solid 10px transparent;
}
.company-success-case-name .company-success-case-obliqueL{
  border-color:#FFD9D9;
  border-left: solid 10px transparent;
  border-top: solid 18px transparent;
}
.company-success-case-name .company-success-case-obliqueR {
  border-color:#FFD9D9;
  border-bottom: solid 18px transparent;
  border-right: solid 10px transparent;
}
.company-success-case-name a,.company-success-case-address a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  color: black;
}
.company-success-case .row p {
  margin-top: 30px;
  font-size: 18px;
  text-indent: 2em;
}
.company-success-case .row p>a{
  color: #FFBFBF;
  font-size: small;
}
.company-album {
    background-image: url(/resources/images_new/company_bg1.png);
    padding-bottom: 30px;
}
.company-photos ul.list-inline>li{
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  width: 24%;
}
a.btn-switch {
  margin: auto;
  display: block;
  width: 120px;
  height: 45px;
  line-height: 45px;
  background-color: rgba(201,34,16,0.1);
  text-align: center;
  border: 1px solid #C92210;
  color: #C92210;
  font-size: 16px;
}
a.btn-switch:hover {
  background-color:#C92210;
  color:#fff;
}
a.more-product {
  color:rgba(255,255,255,0.5);
  font-size: 50px;
}
a.more-product:hover {
  color:rgba(255,255,255,1);
}
.white-box {
  background-color: rgba(255, 255, 255, 0.3);
  width: 90%;
  margin: auto;
  height: 200px;
  padding: 37px 20px;
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
}
@media screen and (max-width: 768px){
  .white-box {
    height: auto;
  }
}
/*覆盖的商品列表页样式*/
.nav-path {
  margin-top: 10px;
}
.product-list {
  width: 20%;
  overflow: hidden;
  float: left;
}
@media screen and (max-width: 1200px) {
  .product-list {
    width: 25%;
  }
}
@media screen and (max-width: 992px) {
  .product-list {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .product-list {
    width: 50%;
  }
  .product-show {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
}
.product-show {
  background-color: rgba(255, 255, 255, .7);
}
.product-show:hover {
  border: 1px solid #E6E6E6;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
}
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;
}